From bb7940eab95825ba8f34977b1e969e1f9f5db920 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 31 May 2015 12:13:59 +0200 Subject: [PATCH] add support for listing topiks in focused items in home page --- panikdb/templates/home.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panikdb/templates/home.html b/panikdb/templates/home.html index df93c1b..883646b 100644 --- a/panikdb/templates/home.html +++ b/panikdb/templates/home.html @@ -100,6 +100,8 @@ Aucune actu. [ACTU] {{ focus.newsitem.title }} {% elif focus.soundfile %} [SON] {{ focus.soundfile.episode.title }} + {% elif focus.page %} + [TOPIK] {{focus.page.title }} {% endif %} {% endfor %} -- 2.39.2