templates/close_quiz.html
author nishanth
Wed, 21 Apr 2010 11:08:44 +0530
changeset 28 456b7b9e3d13
parent 26 10760aa2cf52
child 35 f64c68963d54
permissions -rw-r--r--
created a question bank xml file and created a seed_que command for adding questions to db from xml
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
10760aa2cf52 added close quiz functionality
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
10760aa2cf52 added close quiz functionality
nishanth
parents:
diff changeset
     2
{% block content %}
10760aa2cf52 added close quiz functionality
nishanth
parents:
diff changeset
     3
The quiz has been closed.
10760aa2cf52 added close quiz functionality
nishanth
parents:
diff changeset
     4
{% endblock %}