summaryrefslogtreecommitdiffstats
path: root/forum/templates/tag_selector.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/templates/tag_selector.html')
-rw-r--r--forum/templates/tag_selector.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/forum/templates/tag_selector.html b/forum/templates/tag_selector.html
index 07ffb135..7686d717 100644
--- a/forum/templates/tag_selector.html
+++ b/forum/templates/tag_selector.html
@@ -10,7 +10,7 @@
title="{% blocktrans with tag as tagname %}see questions tagged '{{ tag_name }}'{% endblocktrans %}"
href="{% url tag_questions tag_name|urlencode %}">{{tag_name}}</a>
<img class="delete-icon"
- src="{% media "/content/images/close-small-dark.png" %}"
+ src="{% media "/media/images/close-small-dark.png" %}"
title="{% blocktrans %}remove '{{tag_name}}' from the list of interesting tags{% endblocktrans %}"/>
</span>
{% endspaceless %}
@@ -27,7 +27,7 @@
title="{% blocktrans with tag as tagname %}see questions tagged '{{ tag_name }}'{% endblocktrans %}"
href="{% url tag_questions tag_name|urlencode %}">{{tag_name}}</a>
<img class="delete-icon"
- src="{% media "/content/images/close-small-dark.png" %}"
+ src="{% media "/media/images/close-small-dark.png" %}"
title="{% blocktrans %}remove '{{tag_name}}' from the list of ignored tags{% endblocktrans %}"/>
</span>
{% endspaceless %}