1 {% extends "base.html" %}
3 {% load url from future %}
8 <h1>{{ question.title }}</h1>
19 {{ form.answer.errors }}
23 <input type='submit' />
26 <a href='{{ previous_url }}'>{% trans "Back to last question" %}</a>
31 <a href='{{ valid_url }}'>{% trans "Back to my test" %}</a>
33 <a href='{% url "quiz" %}'>{% trans "Start from the beginning" %}</a>
42 {{ question.description }}