Author: batiste.bieler
Date: Tue Feb 24 05:43:53 2009
New Revision: 364
Modified:
trunk/pages/templates/admin/pages/page/change_list.html
Log:
Try to fix issue 53
Modified: trunk/pages/templates/admin/pages/page/change_list.html
==============================================================================
--- trunk/pages/templates/admin/pages/page/change_list.html (original)
+++ trunk/pages/templates/admin/pages/page/change_list.html Tue Feb 24
05:43:53 2009
@@ -24,7 +24,7 @@
<div id="content-main">
{% if has_add_permission %}
-<ul class="object-tools"><li><a href="add/" class="addlink">{%
blocktrans %}Add {{ name }}{% endblocktrans %}</a></li></ul>
+<ul class="object-tools"><li><a href="add/" class="addlink">{% blocktrans
with name as name %}Add {{ name }}{% endblocktrans %}</a></li></ul>
{% endif %}
<div class="module" id="changelist">
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---