Author: jtauber
Date: Sun Sep 28 08:01:53 2008
New Revision: 972
Modified:
trunk/pinax/templates/feedutil/plugins/profiles/profile.html
Log:
field name should not be quoted
Modified: trunk/pinax/templates/feedutil/plugins/profiles/profile.html
==============================================================================
--- trunk/pinax/templates/feedutil/plugins/profiles/profile.html
(original)
+++ trunk/pinax/templates/feedutil/plugins/profiles/profile.html Sun Sep
28
08:01:53 2008
@@ -2,7 +2,7 @@
{% load other_service_tags %}
{% load i18n %}
-{% other_service owner 'blogrss' as blogrss %}
+{% other_service owner blogrss as blogrss %}
{% if blogrss %}
<div class="feed-entries">
<h2>{% trans "Recent Blog Posts" %}</h2>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---