]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_list/related_tags.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / question_list / related_tags.html
index 6ec2a75c17d688b2798c456d6409e00879198fed..8a2bae51b309011b23c60e2539e9dbab4fe40a06 100644 (file)
@@ -1,15 +1,15 @@
-{% load i18n %}\r
-{% load humanize %}\r
-\r
-{% if tags %}\r
-    <div class="boxC">\r
-        <h3 class="subtitle">{% trans "Related tags" %}</h3>\r
-        <div class="tags" id="recent-tags">\r
-            {% for tag in tags %}\r
-                <a rel="tag" class="tag-link-{{ tag.name }}" title="{% blocktrans with tag.name as tag_name %}see questions tagged '{{ tag_name }}'{% endblocktrans %}"  href="{% url tag_questions tag.name|urlencode %}">{{ tag.name }}</a>\r
-                <span class="tag-number">&#215; {{ tag.used_count|intcomma }}</span>\r
-                <br />\r
-            {% endfor %}\r
-        </div>\r
-    </div>\r
+{% load i18n %}
+{% load humanize %}
+
+{% if tags %}
+    <div class="boxC">
+        <h3 class="subtitle">{% trans "Related tags" %}</h3>
+        <div class="tags" id="recent-tags">
+            {% for tag in tags %}
+                <a rel="tag" class="tag-link-{{ tag.name }}" title="{% blocktrans with tag.name as tag_name %}see questions tagged '{{ tag_name }}'{% endblocktrans %}"  href="{% url "tag_questions" tag.name|urlencode %}">{{ tag.name }}</a>
+                <span class="tag-number">&#215; {{ tag.used_count|intcomma }}</span>
+                <br />
+            {% endfor %}
+        </div>
+    </div>
 {% endif %}
\ No newline at end of file