templates/quiz_complete.html
author nishanth
Wed, 21 Apr 2010 19:41:18 +0530
changeset 37 1141580fb82f
parent 21 ff6d34fc7137
permissions -rw-r--r--
added "return to admin page" link in close_feedback page

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