templates/close_feedback.html
author nishanth
Tue, 29 Jun 2010 11:47:53 +0530
changeset 60 8ca2734bdc99
parent 37 1141580fb82f
permissions -rw-r--r--
modified the seed_que to suit the new design

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