diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 9344492..98a8d43 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -67,7 +67,7 @@ {% if file %} <img src="{% static category|get_category_image %}"> {% else %} - <div class="category-title">{{category}}</div> + <div class="category-title">{{ category.description }}</div> {% endif %} {% endwith %} <div class="caption"> |