Author: eduardo.padoan
Date: Mon Sep 22 15:58:04 2008
New Revision: 168
Modified:
trunk/wiki/views.py
Log:
Fixed issue #65: typo on views.
Modified: trunk/wiki/views.py
==============================================================================
--- trunk/wiki/views.py (original)
+++ trunk/wiki/views.py Mon Sep 22 15:58:04 2008
@@ -361,7 +361,7 @@
article = article_qs.get(**article_args)
- template_params = {'article.title': article.title,
+ template_params = {'article_title': article.title,
'changeset': changeset,
'allow_write': allow_write}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---