diff -r 2368bb63ee39 -r 4143a8f90b00 templates/open_quiz.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/open_quiz.html Tue Apr 20 23:55:04 2010 +0530 @@ -0,0 +1,16 @@ +{% extends 'base.html' %} +{% block content %} + {% if success %} + The quiz has been successfully opened. + {% else %} + Select the quiz to open. +
+ + +
+ {% endif %} +{% endblock %}