From 321fd8862aa898649e08938d495abfa7683f322f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 4 Jul 2020 18:12:08 +0200 Subject: [PATCH] Link less on the summary pages - to not underline whitespace --- templates/summary-page.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/templates/summary-page.html b/templates/summary-page.html index 5a20f37..f6c6c78 100644 --- a/templates/summary-page.html +++ b/templates/summary-page.html @@ -27,16 +27,21 @@ {% endif %}
- {% if childpage.image %} - {{ childpage.title }} + + {{ childpage.title }} + {% else %}
 
- {{ childpage.title }}
+ + {{ childpage.title }} + +
 
{% endif %}