typo
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 26 Sep 2011 10:24:51 +0000 (12:24 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 26 Sep 2011 10:24:51 +0000 (12:24 +0200)
apps/quiz/templates/quiz/question_detail.html

index 48e595b..32518a3 100755 (executable)
@@ -11,7 +11,7 @@
 
 
 <h2>{{ question.title }}</h2>
-{% if question.test %}
+{% if question.text %}
     <div>
     {{ question.text|safe }}
     </div>