</div>\r
<div id="question-tags" class="tags-container tags">\r
{% for tag in question.tagname_list %}\r
- <a href="{% url tag_questions tag|urlencode %}" class="post-tag"\r
+ <a href="{% url tag_questions tag|urlencode %}" class="post-tag tag-link-{{ tag }}"\r
title="{% blocktrans with tag as tagname %}see questions tagged '{{ tagname }}'{% endblocktrans %}" rel="tag">{{ tag }}</a>\r
{% endfor %}\r
</div>\r
</p>\r
<p class="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
+ <a href="{% url tag_questions tag.name|urlencode %}"\r
+ class="tag-link-{{ tag.name }}"\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
{% endfor %}\r
</p>\r