Author: brosner
Date: Fri Sep 12 20:54:13 2008
New Revision: 95
Modified:
trunk/notification/models.py
Log:
Added the user to the context of a notification template.
Modified: trunk/notification/models.py
==============================================================================
--- trunk/notification/models.py (original)
+++ trunk/notification/models.py Fri Sep 12 20:54:13 2008
@@ -232,6 +232,7 @@
# update context with user specific translations
context = Context({
+ "user": user,
"notice": ugettext(notice_type.display),
"notices_url": notices_url,
"current_site": current_site,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---