Author: floguy
Date: Sun Sep 21 01:24:49 2008
New Revision: 917
Modified:
trunk/pinax/templates/profiles/profile_right_panel.html
Log:
Fixed another reference to a pre-django-things view.
Modified: trunk/pinax/templates/profiles/profile_right_panel.html
==============================================================================
--- trunk/pinax/templates/profiles/profile_right_panel.html (original)
+++ trunk/pinax/templates/profiles/profile_right_panel.html Sun Sep 21
01:24:49 2008
@@ -9,7 +9,7 @@
<a href="{% url tribes.views.tribe tribe.slug %}">{{
tribe.name }}</a>
{% endfor %}
{% else %}
- {% url tribes.views.tribes as tribe_url %}
+ {% url tribe_thing_list "" as tribe_url %}
<p>{% blocktrans %}You are not yet a member of any <a href="{{
tribe_url }}">tribes</a>.{% endblocktrans %}</p>
{% endif %}
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---