templates/close_quiz.html
author nishanth
Tue, 29 Jun 2010 12:28:18 +0530
changeset 63 21cdadb1b98e
parent 38 307c6887cc67
permissions -rw-r--r--
replaced the old form with new one in view and template for opening quiz

{% 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 %}