Mercurial > public > sg101
diff gpp/templates/bio/view_profile.html @ 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 | a46788862737 |
children | daa2916f5b34 |
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 %}