diff -r d28d0957a5ab -r 8d0d82c981b3 templates/open_quiz.html --- 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.
+ Return to admin page {% else %} Select the quiz to open.