From 972ac750f52899c0d34f45eab13eca7ad853d583 Mon Sep 17 00:00:00 2001 From: Jethro Date: Sat, 12 Sep 2015 16:29:06 +0200 Subject: [PATCH] Seznam temat na zacatku. --- seminar/templates/seminar/zadani/Temata.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/seminar/templates/seminar/zadani/Temata.html b/seminar/templates/seminar/zadani/Temata.html index 87aa8e33..29b68b19 100644 --- a/seminar/templates/seminar/zadani/Temata.html +++ b/seminar/templates/seminar/zadani/Temata.html @@ -30,9 +30,18 @@ Letos jsme pro tebe připravili tato témata:

{% endif %} + {% for problem in temata %} {# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #}

Téma {{problem.kod}}: {{problem.nazev}}

+