close_feedback.html
author nishanth
Mon, 12 Apr 2010 12:32:46 +0530
changeset 13 05248e27104a
parent 12 f57b0a7f24d9
permissions -rw-r--r--
added closing registration and registering for a workshop .

{% extends "base.html" %}
{% block content %}
	Feedback for day {{day}} of {{event.title}} has been successfully closed.<br />
	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
{% endblock %}