templates/close_quiz.html
author nishanth
Thu, 22 Apr 2010 01:35:31 +0530
changeset 42 007d87112911
parent 38 307c6887cc67
permissions -rw-r--r--
created a user_dump page that shows all the answers entered by user at one place

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