templates/open_quiz.html
changeset 34 8d0d82c981b3
parent 25 4143a8f90b00
child 63 21cdadb1b98e
--- a/templates/open_quiz.html	Wed Apr 21 19:17:47 2010 +0530
+++ b/templates/open_quiz.html	Wed Apr 21 19:33:18 2010 +0530
@@ -1,7 +1,8 @@
 {% extends 'base.html' %}
 {% block content %}
 	{% if success %}
-		The quiz has been successfully opened.
+	The quiz {{quiz_name}} has been successfully opened.<br />
+	<a href="/event/admin/{{admin_key}}">Return to admin page</a>
 	{% else %}
 	Select the quiz to open.
 	<form action="" method="post">