Mercurial > public > sg101
diff gpp/templates/bio/edit_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 | c0d3b09c9b95 |
line wrap: on
line diff
--- a/gpp/templates/bio/edit_profile.html Wed Apr 22 00:34:42 2009 +0000 +++ b/gpp/templates/bio/edit_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 %}Edit Profile{% endblock %} {% block custom_js %} {{ profile_form.media }} @@ -17,6 +18,12 @@ </tr> {{ user_form.as_table }} {{ profile_form.as_table }} + <tr> + <td> + <a href="{% url bio-edit_elsewhere %}"><img src="{{ MEDIA_URL }}icons/link_edit.png" alt="Edit Links" /></a> + <a href="{% url bio-edit_elsewhere %}">Edit Elsewhere Links</a></td> + <td>{% elsewhere_links user %}</td> + </tr> <tr><td> </td><td><input type="submit" name="submit_button" value="Save" /> <input type="submit" name="submit_button" value="Cancel" /></td></tr> </table>