Author: leidel
Date: Sat Sep 27 08:12:53 2008
New Revision: 171
Modified:
trunk/wiki/templates/notification/wiki_article_edited/teaser.html
trunk/wiki/templates/notification/wiki_observed_article_changed/teaser.html
Log:
Removed captureas tag from default templates
Modified: trunk/wiki/templates/notification/wiki_article_edited/teaser.html
==============================================================================
--- trunk/wiki/templates/notification/wiki_article_edited/teaser.html
(original)
+++ trunk/wiki/templates/notification/wiki_article_edited/teaser.html Sat
Sep 27 08:12:53 2008
@@ -1,2 +1,2 @@
-{% load i18n captureas_tag %}{% captureas user_url %}{% url profile_detail
username=user.username %}{% endcaptureas %}
+{% load i18n %}{% url profile_detail username=user.username as user_url %}
{% blocktrans with article.get_absolute_url as article_url %}The wiki
article <a href="{{ article_url }}">{{ article }}</a> has been edited by <a
href="{{ user_url }}">{{ user }}</a>.{% endblocktrans %}
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
Sat Sep 27 08:12:53 2008
@@ -1,4 +1 @@
-{% load i18n captureas_tag %}
-{% captureas user_url %}{% url profile_detail username=user.username %}{%
endcaptureas %}
-{% 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 %}
+{% load i18n %}{% 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
-~----------~----~----~----~------~----~------~--~---