From e4528dc5ef5b9f0e08d65e5b02dde8a7a97239ee Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Tue, 21 Jun 2022 14:25:50 +0200 Subject: [PATCH] # 177 Overview layout enhancement * enhances layout title section layout on overview template --- templates/generic_index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/generic_index.html b/templates/generic_index.html index 729be8e..94be63d 100644 --- a/templates/generic_index.html +++ b/templates/generic_index.html @@ -14,12 +14,14 @@ {% endblock %} {% block body %} -
+
{% if table.title %}
-

- {{ table.title }} -

+
+

+ {{ table.title }} +

+
{% if table.subtitle %}