Mercurial > public > sg101
diff gpp/templates/bio/view_profile.html @ 29:74f04122295e
Initial integration of django-elsewhere.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 May 2009 20:14:04 +0000 |
parents | dbd703f7d63a |
children | 5eed5e7c1c98 |
line wrap: on
line diff
--- a/gpp/templates/bio/view_profile.html Wed Apr 22 00:34:42 2009 +0000 +++ b/gpp/templates/bio/view_profile.html Sun May 03 20:14:04 2009 +0000 @@ -1,5 +1,6 @@ {% extends 'bio/base.html' %} {% load avatar_tags %} +{% load elsewhere_tags %} {% block title %}User Profile for {{ subject.username }}{% endblock %} {% block content %} <div class="user_profile"> @@ -56,10 +57,11 @@ {% if profile.signature_html %} <tr><th>Signature</th><td>{{ profile.signature_html|safe }}</td></tr> {% endif %} + <tr><th>Elsewhere</th><td>{% elsewhere_links subject %}</td></tr> </table> </div> {% if this_is_me %} -<ul> +<ul class="icon-list"> <li><a href="{% url bio-edit_profile %}"><img src="{{ MEDIA_URL }}icons/application_edit.png" alt="Edit Profile" /></a> <a href="{% url bio-edit_profile %}">Edit Profile</a></li> <li><a href="{% url bio-change_avatar %}"><img src="{{ MEDIA_URL }}icons/image_edit.png" alt="Change Avatar" /></a>