Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
253:5cf64ca9d9f5 | 254:e43b1be24ccc |
---|---|
23 </ul> | 23 </ul> |
24 {% endif %} | 24 {% endif %} |
25 {% if this_is_me %} | 25 {% if this_is_me %} |
26 <p>{% avatar subject %} | 26 <p>{% avatar subject %} |
27 <ul> | 27 <ul> |
28 <li><a href="">My favorite forum topics</a></li> | 28 <li><a href="{% url forums-manage_favorites %}">My favorite forum topics</a></li> |
29 <li><a href="">My forum topic subscriptions</a></li> | 29 <li><a href="{% url forums-manage_subscriptions %}">My forum topic subscriptions</a></li> |
30 </ul> | 30 </ul> |
31 </p> | 31 </p> |
32 {% else %} | 32 {% else %} |
33 <p>{% avatar subject %}</p> | 33 <p>{% avatar subject %}</p> |
34 {% endif %} | 34 {% endif %} |