Mercurial > public > sg101
diff gpp/templates/bio/view_profile.html @ 390:e0523e17ea43
Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 21 Mar 2011 00:39:52 +0000 |
parents | 88b2b9cb8c1f |
children | dc4638f37c22 |
line wrap: on
line diff
--- a/gpp/templates/bio/view_profile.html Sun Mar 20 20:23:29 2011 +0000 +++ b/gpp/templates/bio/view_profile.html Mon Mar 21 00:39:52 2011 +0000 @@ -54,9 +54,6 @@ {% if not profile.hide_email %} <tr><th>Email</th><td>{{ subject.email }}</td></tr> {% endif %} - {% if profile.icq %} - <tr><th>ICQ</th><td>{{ profile.icq }}</td></tr> - {% endif %} {% if profile.profile_html %} <tr><th>Profile</th><td>{{ profile.profile_html|safe }}</td></tr> {% endif %}