From dd67c977b8d892a2ef831d62b72b84487b8b0d7f Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Thu, 10 Sep 2015 12:11:28 +0200 Subject: [PATCH] Oprava dvojjakosti nadpisu --- mamweb/templates/404.html | 7 ++++++- mamweb/templates/500.html | 7 ++++++- mamweb/templates/base.html | 4 ++-- mamweb/templates/flatpages/default.html | 7 ++++++- seminar/templates/seminar/archiv/cisla.html | 6 +++++- seminar/templates/seminar/archiv/cislo.html | 6 +++++- seminar/templates/seminar/archiv/problem.html | 4 ++-- seminar/templates/seminar/archiv/rocnik.html | 6 +++++- seminar/templates/seminar/archiv/temata.html | 6 +++++- seminar/templates/seminar/cojemam/organizatori.html | 4 ++-- seminar/templates/seminar/pracuje_se.html | 7 ++++++- .../templates/seminar/soustredeni/seznam_soustredeni.html | 6 +++++- seminar/templates/seminar/stav_databaze.html | 6 +++++- seminar/templates/seminar/zadani/AktualniZadani.html | 7 ++++++- seminar/templates/seminar/zadani/Temata.html | 7 ++++++- 15 files changed, 72 insertions(+), 18 deletions(-) diff --git a/mamweb/templates/404.html b/mamweb/templates/404.html index b119dff5..485896d0 100644 --- a/mamweb/templates/404.html +++ b/mamweb/templates/404.html @@ -3,7 +3,12 @@ {% load staticfiles %} {% block content %} -

{% block nadpis1 %}Požadovaná stránka nenalezena{% endblock%}

+

+ {% block nadpis1a %}{% block nadpis1b %} + Požadovaná stránka nenalezena + {% endblock %}{% endblock%} +

+

Tuto stránku jsme na našem servru nenalezli. Zkuste přejít na titulní stránku diff --git a/mamweb/templates/500.html b/mamweb/templates/500.html index 8072c7a1..6c1c7b93 100644 --- a/mamweb/templates/500.html +++ b/mamweb/templates/500.html @@ -3,7 +3,12 @@ {% load staticfiles %} {% block content %} -

{% block nadpis1 %}O-jo-jo-jo-joj{% endblock %}

+

+ {% block nadpis1a %}{% block nadpis1b %} + O-jo-jo-jo-joj + {% endblock %}{% endblock %} +

+

Chybička se vloudila. Zkuste přejít na titulní stránku diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index e4bb4af4..722437a1 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -45,13 +45,13 @@