templates/open_quiz.html
changeset 34 8d0d82c981b3
parent 25 4143a8f90b00
child 63 21cdadb1b98e
equal deleted inserted replaced
33:d28d0957a5ab 34:8d0d82c981b3
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block content %}
     2 {% block content %}
     3 	{% if success %}
     3 	{% if success %}
     4 		The quiz has been successfully opened.
     4 	The quiz {{quiz_name}} has been successfully opened.<br />
       
     5 	<a href="/event/admin/{{admin_key}}">Return to admin page</a>
     5 	{% else %}
     6 	{% else %}
     6 	Select the quiz to open.
     7 	Select the quiz to open.
     7 	<form action="" method="post">
     8 	<form action="" method="post">
     8 	<select name="quiz_num">
     9 	<select name="quiz_num">
     9 	<option value="11">Day 1 Quiz 1</option>
    10 	<option value="11">Day 1 Quiz 1</option>