templates/close_feedback.html
author nishanth
Thu, 01 Jul 2010 16:03:37 +0530
changeset 76 c84fc7ace0f5
parent 37 1141580fb82f
permissions -rw-r--r--
included help text for the method

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