From e16ba4f98a559855cedfb859bd9e5fdfdfccf82d Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Wed, 9 Dec 2015 15:42:25 +0100 Subject: [PATCH] seznam korektur s hlavickou --- korektury/templates/korektury/seznam.html | 33 ++++++++++++++--------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/korektury/templates/korektury/seznam.html b/korektury/templates/korektury/seznam.html index 5a8256ec..d880f185 100644 --- a/korektury/templates/korektury/seznam.html +++ b/korektury/templates/korektury/seznam.html @@ -1,13 +1,20 @@ - - - - Seznam korektur - - - - - +{% extends "base.html" %} + +{% block content %} + +

+{% block nadpis1a %} + Korektury +{% endblock nadpis1a %} +

+ + + + +{% endblock content %}