changeset 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 9f888dbe61ce
children 3ac558402014
files gpp/templates/bio/view_profile.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>