summaryrefslogtreecommitdiffstats
path: root/templates/users_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users_questions.html')
-rw-r--r--templates/users_questions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/users_questions.html b/templates/users_questions.html
index b445a74c..5c7fb551 100644
--- a/templates/users_questions.html
+++ b/templates/users_questions.html
@@ -10,14 +10,14 @@
<div class="favorites-count">
<img title="{% trans "this questions was selected as favorite" %} {{question.favourite_count}} {% trans "number of times" %}"
alt="{% trans "thumb-up on" %}"
- src="{% href "/content/images/vote-favorite-on.png" %}"/>
+ src="{% media "/content/images/vote-favorite-on.png" %}"/>
<div><b>{{question.favourite_count|intcomma}}</b></div>
</div>
{% else %}
<div class="favorites-count-off">
<img title="{% trans "this question was selected as favorite" %}{{question.favourite_count}} {% trans "number of times" %}"
alt="{% trans "thumb-up off" %}"
- src="{% href "/content/images/vote-favorite-off.png" %}"/>
+ src="{% media "/content/images/vote-favorite-off.png" %}"/>
<div><b>{{question.favourite_count|intcomma}}</b></div>
</div>
{% endif %}