]> git.openstreetmap.org Git - osqa.git/commitdiff
Fix for OSQA-259, Sidebar question info doesn't show post tags list. Thanks Tomislav.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 16 May 2010 14:06:18 +0000 (14:06 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 16 May 2010 14:06:18 +0000 (14:06 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@288 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/question.html

index 1f30f7c2447a0e7e3e230146d4403956ca5ac58a..bdc2c2206cde356a0eba6e0e677f50462bdf7982 100644 (file)
                {% trans "Question tags" %}:\r
     </p>\r
     <p class="tags" >\r
-        {% for tag in tags %}\r
+        {% for tag in question.tags.all %}\r
                <a href="{% url tag_questions tag.name|urlencode %}" \r
                        title="{% trans "see questions tagged"%}'{{tag.name}}'{% trans "using tags" %}" \r
                        rel="tag">{{ tag.name }}</a> <span class="tag-number">&#215;{{ tag.used_count|intcomma }}</span><br/>\r