diff -r bcfa305cb32c -r ff6d34fc7137 templates/quiz_complete.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/quiz_complete.html Tue Apr 20 22:05:32 2010 +0530 @@ -0,0 +1,5 @@ +{% extends 'base.html' %} +{% block content %} +Quiz is complete. Thank you.
+You may now close the browser. +{% endblock %}