diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 17:29:36 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 17:29:36 -0500 |
commit | 7575e18525c9eb0ac12e7a30b1c1a22de5a2efd5 (patch) | |
tree | 12fe9d7af61898f05e7d415a44402a89ece8a5a1 /forum/templates/user_edit.html | |
parent | 3c4c71fc19865bfb75231c425fae31c6b2c211de (diff) | |
parent | b2da1ec4caf3f7ad7d966f502d71fdddc36e6569 (diff) | |
download | askbot-7575e18525c9eb0ac12e7a30b1c1a22de5a2efd5.tar.gz askbot-7575e18525c9eb0ac12e7a30b1c1a22de5a2efd5.tar.bz2 askbot-7575e18525c9eb0ac12e7a30b1c1a22de5a2efd5.zip |
Merge branch 'master' into skins
Diffstat (limited to 'forum/templates/user_edit.html')
-rw-r--r-- | forum/templates/user_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/templates/user_edit.html b/forum/templates/user_edit.html index bc5056f9..cc144e24 100644 --- a/forum/templates/user_edit.html +++ b/forum/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"
|