diff --git a/seminar/templates/seminar/zadani/Temata.html b/seminar/templates/seminar/zadani/Temata.html
index 44a3b0cb..0cca6275 100644
--- a/seminar/templates/seminar/zadani/Temata.html
+++ b/seminar/templates/seminar/zadani/Temata.html
@@ -41,7 +41,7 @@
{% for problem in temata %}
{# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #}
Téma {{problem.kod}}: {{problem.nazev}}
-
+
{% autoescape off %}{{problem.text_zadani}}{% endautoescape %}