From ce96f5b782e37c019ee8f69c8067a96e33e6f1a0 Mon Sep 17 00:00:00 2001 From: holyantony Date: Tue, 15 Sep 2015 17:00:16 +0530 Subject: small change --- static/website/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 98a8d43..f78d952 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -67,12 +67,12 @@ {% if file %} {% else %} -
{{ category.description }}
+
{{category}}
{% endif %} {% endwith %}
- {{ category }} + {{ category.description }} {% latest_question category %} -- cgit