templates/close_feedback.html
author nishanth
Tue, 29 Jun 2010 11:21:52 +0530
changeset 57 0ca5016cde82
parent 37 1141580fb82f
permissions -rw-r--r--
added another field to the question_bank model and hence the choices related to that model

{% 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 %}