Author: floguy
Date: Sun Sep 21 01:22:57 2008
New Revision: 28
Modified:
trunk/things/templatetags/things_tags.py
Log:
Fixed bozo error.
Modified: trunk/things/templatetags/things_tags.py
==============================================================================
--- trunk/things/templatetags/things_tags.py (original)
+++ trunk/things/templatetags/things_tags.py Sun Sep 21 01:22:57 2008
@@ -15,7 +15,7 @@
def display_ordering(context):
return {'fields': context['fields'], 'field': context['field'],
- 'descending': descending}
+ 'descending': context['descending']}
register.inclusion_tag('things/ordering.html',
takes_context=True)(display_ordering)
def display_search(context):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---