summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/website/templates/index.html4
1 files 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 %}
<img src="{% static category|get_category_image %}">
{% else %}
- <div class="category-title">{{ category.description }}</div>
+ <div class="category-title">{{category}}</div>
{% endif %}
{% endwith %}
<div class="caption">
<small class="category">
- {{ category }}
+ {{ category.description }}
</small>
{% latest_question category %}