changeset 254:e43b1be24ccc

#103 - links to forum favorites and subscriptions are dead in the user profile.
author Brian Neal <bgneal@gmail.com>
date Tue, 21 Sep 2010 00:26:38 +0000
parents 5cf64ca9d9f5
children 2ba1a6d3b984
files gpp/templates/bio/view_profile.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/bio/view_profile.html	Mon Sep 20 03:27:37 2010 +0000
+++ b/gpp/templates/bio/view_profile.html	Tue Sep 21 00:26:38 2010 +0000
@@ -25,8 +25,8 @@
    {% if this_is_me %}
    <p>{% avatar subject %}
    <ul>
-      <li><a href="">My favorite forum topics</a></li>
-      <li><a href="">My forum topic subscriptions</a></li>
+      <li><a href="{% url forums-manage_favorites %}">My favorite forum topics</a></li>
+      <li><a href="{% url forums-manage_subscriptions %}">My forum topic subscriptions</a></li>
    </ul>
    </p>
    {% else %}