summaryrefslogtreecommitdiffstats
path: root/templates/questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/questions.html')
-rw-r--r--templates/questions.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/questions.html b/templates/questions.html
index 7cbcbd2b..f74256cf 100644
--- a/templates/questions.html
+++ b/templates/questions.html
@@ -140,6 +140,7 @@
<a href="{% url forum.views.tag tag|urlencode %}" title="{% trans "see questions tagged" %}'{{ tag }}'{% trans "using tags" %}" rel="tag">{{ tag }}</a>
{% endfor %}
</div>
+ {%trans "Category: "%}<a href="{% url forum.views.category question.category|urlencode %}">{{ question.category}}</a>
</div>
{% endfor %}
{% if searchtitle %}