Mercurial > public > sg101
diff gpp/templates/bio/edit_profile.html @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | daa2916f5b34 |
children | 3c48a555298d |
line wrap: on
line diff
--- a/gpp/templates/bio/edit_profile.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/bio/edit_profile.html Thu Jan 27 02:56:10 2011 +0000 @@ -13,7 +13,7 @@ <table> <tr> <td> - <a href="{% url 'bio-change_avatar' %}"><img src="{{ MEDIA_URL }}icons/image_edit.png" alt="Change Avatar" /></a> + <a href="{% url 'bio-change_avatar' %}"><img src="{{ STATIC_URL }}icons/image_edit.png" alt="Change Avatar" /></a> <a href="{% url 'bio-change_avatar' %}">Change Avatar</a></td> <td>{% avatar user %}</td> </tr> @@ -21,7 +21,7 @@ {{ 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' %}"><img src="{{ STATIC_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>