templates/close_feedback.html
author nishanth
Wed, 30 Jun 2010 10:24:15 +0530
changeset 70 911a24ae80d6
parent 37 1141580fb82f
permissions -rw-r--r--
now list of toppers can be seen only if atleast one user has taken the quiz.

{% extends "base.html" %}
{% block content %}
	Feedback for day {{day}} of {{event.title}} has been successfully closed.<br />
	<a href="/event/admin/{{admin_key}}">Return to admin page</a>
{% endblock %}