From 39deff37c950534d2a44e4bd040e49118b34a731 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 17:18:25 +0200 Subject: Add the category on the threads list --- hyperkitty/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index ad07d9f..04e9522 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -27,7 +27,7 @@ {% endif %} {% endfor %}

{{ subject }}

-
+
{% include 'threads/category.html' %}
-- cgit