Pridani do hlavniho nadpisu 404 a 500

This commit is contained in:
Bc. Petr Pecha 2015-09-04 20:50:36 +02:00
parent 0dc661f013
commit 789817362a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
{% load staticfiles %} {% load staticfiles %}
{% block content %} {% block content %}
<h2>Požadovaná stránka nenalezena</h2> <h2>{% block nadpis1 %}Požadovaná stránka nenalezena{% endblock%}</h2>
<p> <p>
Tuto stránku jsme na našem servru nenalezli. Tuto stránku jsme na našem servru nenalezli.
Zkuste přejít na <a href="/">titulní stránku</a> Zkuste přejít na <a href="/">titulní stránku</a>

View file

@ -3,7 +3,7 @@
{% load staticfiles %} {% load staticfiles %}
{% block content %} {% block content %}
<h2>O-jo-jo-jo-joj</h2> <h2>{% block nadpis1 %}O-jo-jo-jo-joj{% endblock %}</h2>
<p> <p>
Chybička se vloudila. Chybička se vloudila.
Zkuste přejít na <a href="/">titulní stránku</a> Zkuste přejít na <a href="/">titulní stránku</a>