close_feedback.html
author nishanth
Mon, 12 Apr 2010 12:08:19 +0530
changeset 12 f57b0a7f24d9
permissions -rw-r--r--
added closing and opening of feedback.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
f57b0a7f24d9 added closing and opening of feedback.
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
f57b0a7f24d9 added closing and opening of feedback.
nishanth
parents:
diff changeset
     2
{% block content %}
f57b0a7f24d9 added closing and opening of feedback.
nishanth
parents:
diff changeset
     3
	Feedback for day {{day}} of {{event.title}} has been successfully closed.<br />
f57b0a7f24d9 added closing and opening of feedback.
nishanth
parents:
diff changeset
     4
	<a href="/reg/event/view/{{event.key}}">Click here</a> to return to the event page.
f57b0a7f24d9 added closing and opening of feedback.
nishanth
parents:
diff changeset
     5
{% endblock %}