templates/close_quiz.html
author nishanth
Thu, 01 Jul 2010 16:44:17 +0530
changeset 84 08af9e4ada78
parent 38 307c6887cc67
permissions -rw-r--r--
modified the link in templates to the correct one and fixed a typo in view

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