summaryrefslogtreecommitdiffstats
path: root/templates/user_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_edit.html')
-rw-r--r--templates/user_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_edit.html b/templates/user_edit.html
index bc5056f9..cc144e24 100644
--- a/templates/user_edit.html
+++ b/templates/user_edit.html
@@ -24,7 +24,7 @@
{% if request.user.email %}
{% gravatar request.user 128 %}
{% else %}
- <img src="{% href "/content/images/nophoto.png" %}">
+ <img src="{% media "/content/images/nophoto.png" %}">
{% endif %}
<div style="padding:20px 0 0 20px;font-weight:bold;font-size:150%">
<a href="http://www.gravatar.com/" target="_blank"