Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
481:9f888dbe61ce | 482:dc4638f37c22 |
---|---|
24 </ul> | 24 </ul> |
25 {% endif %} | 25 {% endif %} |
26 {% if this_is_me %} | 26 {% if this_is_me %} |
27 <p>{% avatar subject %} | 27 <p>{% avatar subject %} |
28 <ul> | 28 <ul> |
29 <li><a href="{% url 'forums-my_posts' %}">My forum posts</a></li> | |
29 <li><a href="{% url 'forums-manage_favorites' %}">My favorite forum topics</a></li> | 30 <li><a href="{% url 'forums-manage_favorites' %}">My favorite forum topics</a></li> |
30 <li><a href="{% url 'forums-manage_subscriptions' %}">My forum topic subscriptions</a></li> | 31 <li><a href="{% url 'forums-manage_subscriptions' %}">My forum topic subscriptions</a></li> |
31 </ul> | 32 </ul> |
32 </p> | 33 </p> |
33 {% else %} | 34 {% else %} |