templates/quiz_complete.html
changeset 21 ff6d34fc7137
--- /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.<br />
+You may now close the browser.
+{% endblock %}