templates/close_quiz.html
changeset 35 f64c68963d54
parent 26 10760aa2cf52
child 38 307c6887cc67
--- a/templates/close_quiz.html	Wed Apr 21 19:33:18 2010 +0530
+++ b/templates/close_quiz.html	Wed Apr 21 19:35:22 2010 +0530
@@ -1,4 +1,5 @@
 {% extends 'base.html' %}
 {% block content %}
-The quiz has been closed.
+The quiz has been closed.<br />
+<a href="/event/admin/{{admin_key}}">Return to admin page</a>
 {% endblock %}