typo
[koed-quiz.git] / 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>