]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/tags.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / tags.html
index 56062c554e6c3d85580d5673c23d13eb5d3afae9..0524e44dc51217dc714042b3961572089a342af5 100644 (file)
@@ -42,7 +42,7 @@
 <ul class="tagsList tags">
 {% for tag in tags.paginator.page %}
    <li>
-    <a class="tag-link-{{ tag }}" href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %}'{{ tag }}'{% trans "using tags" %}" rel="tag">
+    <a class="tag-link-{{ tag }}" href="{% url "tag_questions" tag|urlencode %}" title="{% trans "see questions tagged" %}'{{ tag }}'{% trans "using tags" %}" rel="tag">
         {{ tag }}
     </a>&nbsp;
     <span class="tag-number">&#215; {{ tag.used_count|intcomma }}</span>