Revision: 641
Author: batiste.bieler
Date: Fri Aug 14 07:58:29 2009
Log: Remove the None string on issue 145
http://code.google.com/p/django-page-cms/source/detail?r=641
Modified:
/trunk/pages/templatetags/pages_tags.py
=======================================
--- /trunk/pages/templatetags/pages_tags.py Fri Aug 14 06:27:40 2009
+++ /trunk/pages/templatetags/pages_tags.py Fri Aug 14 07:58:29 2009
@@ -215,7 +215,7 @@
page_dict = details(request, only_context=True)
context.update(page_dict)
except Exception, e:
- return
+ pass
def do_load_pages(parser, token):
"""Load the navigation pages, lang, and current_page variables into the
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---