templates/close_feedback.html
author nishanth
Thu, 22 Apr 2010 04:24:19 +0530
changeset 46 b45bb982ae24
parent 37 1141580fb82f
permissions -rw-r--r--
added few more questions

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