{% trans "Question tags" %}:\r
</p>\r
<p class="tags" >\r
{% 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">×{{ tag.used_count|intcomma }}</span><br/>\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">×{{ tag.used_count|intcomma }}</span><br/>\r