Author: jtauber
Date: Fri Sep 12 20:56:53 2008
New Revision: 162
Modified:
trunk/wiki/templates/notification/wiki_observed_article_changed/teaser.html
Log:
use the correct context object, observed, for observed object
wiki_observed_article_changed teaser template
Modified:
trunk/wiki/templates/notification/wiki_observed_article_changed/teaser.html
==============================================================================
---
trunk/wiki/templates/notification/wiki_observed_article_changed/teaser.html
(original)
+++
trunk/wiki/templates/notification/wiki_observed_article_changed/teaser.html
Fri Sep 12 20:56:53 2008
@@ -1,4 +1,4 @@
{% load i18n captureas_tag %}
{% captureas user_url %}{% url profile_detail username=user.username %}{%
endcaptureas %}
-{% captureas user_url %}{{ article.get_absolute_url }}{% endcaptureas %}
-{% blocktrans with article.get_absolute_url as article_url %}The wiki
article <a href="{{ article_url }}">{{ article }}</a>, that you observe,
has changed.{% endblocktrans %}
+{% captureas user_url %}{{ observed.get_absolute_url }}{% endcaptureas %}
+{% blocktrans with observed.get_absolute_url as article_url %}The wiki
article <a href="{{ article_url }}">{{ observed }}</a>, that you observe,
has changed.{% endblocktrans %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---