Django 1.6
[koed-quiz.git] / apps / quiz / templates / quiz / question_detail.html
index 48e595b..691d5ae 100755 (executable)
@@ -1,6 +1,5 @@
-{% extends "base.html" %}
+{% extends "quiz/base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 
 {% block "title" %}{{ question.quiz.name }}{% endblock %}
@@ -11,7 +10,7 @@
 
 
 <h2>{{ question.title }}</h2>
-{% if question.test %}
+{% if question.text %}
     <div>
     {{ question.text|safe }}
     </div>