templates/close_feedback.html
author nishanth
Tue, 29 Jun 2010 11:38:04 +0530
changeset 59 0b57494e8b4e
parent 37 1141580fb82f
permissions -rw-r--r--
added the field topic to each question in xml file

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