From f09e5ed942394482ee6709345e32f387a7a8e8a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 8 Sep 2013 00:59:42 +0200 Subject: [PATCH] search: add a blank space below emission if it has no subtitle --- panikweb_templates/templates/emissions/search_result.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panikweb_templates/templates/emissions/search_result.html b/panikweb_templates/templates/emissions/search_result.html index b599ef5..4cc8bb2 100644 --- a/panikweb_templates/templates/emissions/search_result.html +++ b/panikweb_templates/templates/emissions/search_result.html @@ -2,5 +2,5 @@ {{ result.object.title }}
- {{ result.object.subtitle }} + {% if result.object.subtitle %}{{ result.object.subtitle }}{% else %} {% endif %} -- 2.39.2