templates/quiz_complete.html
author nishanth
Tue, 29 Jun 2010 11:49:04 +0530
changeset 61 3b8b0ce51566
parent 21 ff6d34fc7137
permissions -rw-r--r--
removed junk code

{% extends 'base.html' %}
{% block content %}
Quiz is complete. Thank you.<br />
You may now close the browser.
{% endblock %}