templates/close_quiz.html
author nishanth
Tue, 29 Jun 2010 11:21:52 +0530
changeset 57 0ca5016cde82
parent 38 307c6887cc67
permissions -rw-r--r--
added another field to the question_bank model and hence the choices related to that model

{% extends 'base.html' %}
{% block content %}
The quiz {{quiz_name}} has been closed.<br />
<a href="/event/admin/{{admin_key}}">Return to admin page</a>
{% endblock %}