Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created November 18, 2008 10:22
Show Gist options
  • Save olleolleolle/26094 to your computer and use it in GitHub Desktop.
Save olleolleolle/26094 to your computer and use it in GitHub Desktop.
A little bug, fixed.
Index: /Users/olle/opensource/python/pinax-readonly/projects/complete_project/templates/tribes/tribe.html
===================================================================
--- /Users/olle/opensource/python/pinax-readonly/projects/complete_project/templates/tribes/tribe.html (revision 1208)
+++ /Users/olle/opensource/python/pinax-readonly/projects/complete_project/templates/tribes/tribe.html (working copy)
@@ -132,7 +132,7 @@
{% tweet_listing tweets 1 0 %}
<h2>{% trans "Upcoming Events" %}</h2>
- {% get_calendar_for_object tribe as calendar %}
+ {% get_calendar tribe as calendar %}
{% if calendar.get_upcoming_events %}
<table class="topics">
{% for event in calendar.get_upcoming_events %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment