footer added
[koed-quiz.git] / apps / quiz / templates / quiz / question_detail.html
index 48e595b..c219434 100755 (executable)
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "quiz/base.html" %}
 {% load i18n %}
 {% load url from future %}
 
@@ -11,7 +11,7 @@
 
 
 <h2>{{ question.title }}</h2>
-{% if question.test %}
+{% if question.text %}
     <div>
     {{ question.text|safe }}
     </div>