From 62a5c3ee07921ed2dadaa575a7869dae3e1e9095 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 11 Apr 2020 10:21:29 +0200 Subject: [PATCH] =?UTF-8?q?Zobrazen=C3=AD=20nadpisu=20jen=20v=20p=C5=99?= =?UTF-8?q?=C3=ADpad=C4=9B,=20=C5=BEe=20existuje=20obsah?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/section.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/section.html b/templates/section.html index ed2eff2..11dc94d 100644 --- a/templates/section.html +++ b/templates/section.html @@ -34,7 +34,9 @@ {% endblock %} {% block content %} -

{{ section.title }}

+ {% if section.content %} +

{{ section.title }}

+ {% endif %} {% if section.extra.group %}
Cílová skupina – {{ section.extra.group }}
{% endif %} {% if section.extra.time %}
Časová dotace – {{ section.extra.time }}
{% endif %} {% if section.extra.authors %}