From e3bc6df468af4638beaada8c90455a0b77f6e5ac Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 23 Apr 2019 14:53:31 +0530 Subject: [PATCH] Show category --- templates/last_articles.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/last_articles.html b/templates/last_articles.html index 121cbfa..8409e0a 100644 --- a/templates/last_articles.html +++ b/templates/last_articles.html @@ -22,7 +22,8 @@ {% for author in article.authors %} {{ author }} {% endfor %} - on {{ article.locale_date }} + on {{ article.locale_date }}
+ Category: {{ article.category }}

{% include 'comments.html' %}