Mercurial > public > sg101
diff gpp/templates/bio/view_profile.html @ 482:dc4638f37c22
Fix #231: add a 'view my forum posts' link to profile.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 14 Oct 2011 02:12:05 +0000 |
parents | e0523e17ea43 |
children | 3c48a555298d |
line wrap: on
line diff
--- a/gpp/templates/bio/view_profile.html Fri Oct 07 02:11:33 2011 +0000 +++ b/gpp/templates/bio/view_profile.html Fri Oct 14 02:12:05 2011 +0000 @@ -26,6 +26,7 @@ {% if this_is_me %} <p>{% avatar subject %} <ul> + <li><a href="{% url 'forums-my_posts' %}">My forum posts</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>