templates/close_quiz.html
author nishanth
Thu, 01 Jul 2010 16:04:09 +0530
changeset 77 7315ee25bf83
parent 38 307c6887cc67
permissions -rw-r--r--
created another url for listing all the questions

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