templates/close_feedback.html
author nishanth
Tue, 29 Jun 2010 12:28:18 +0530
changeset 63 21cdadb1b98e
parent 37 1141580fb82f
permissions -rw-r--r--
replaced the old form with new one in view and template for opening 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 %}