From 7c0b069529d4c0ebe9c398ac733b445ff24495ad Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 26 Sep 2011 12:24:51 +0200 Subject: [PATCH] typo --- apps/quiz/templates/quiz/question_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}
-- 2.20.1