From: Radek Czajka Date: Mon, 26 Sep 2011 10:24:51 +0000 (+0200) Subject: typo X-Git-Url: https://git.mdrn.pl/koed-quiz.git/commitdiff_plain/7c0b069529d4c0ebe9c398ac733b445ff24495ad typo --- diff --git a/apps/quiz/templates/quiz/question_detail.html b/apps/quiz/templates/quiz/question_detail.html index 48e595b..32518a3 100755 --- a/apps/quiz/templates/quiz/question_detail.html +++ b/apps/quiz/templates/quiz/question_detail.html @@ -11,7 +11,7 @@

{{ question.title }}

-{% if question.test %} +{% if question.text %}
{{ question.text|safe }}