summaryrefslogtreecommitdiffstats
path: root/templates/user_edit.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-09 17:11:46 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-09 17:11:46 -0500
commitb2da1ec4caf3f7ad7d966f502d71fdddc36e6569 (patch)
tree31d237cd4b95af0f263cbd37dcf4c4aa277780fa /templates/user_edit.html
parentbdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297 (diff)
downloadaskbot-b2da1ec4caf3f7ad7d966f502d71fdddc36e6569.tar.gz
askbot-b2da1ec4caf3f7ad7d966f502d71fdddc36e6569.tar.bz2
askbot-b2da1ec4caf3f7ad7d966f502d71fdddc36e6569.zip
renamed forum template tags handling media urls - now called media and blockmedia
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"