diff -r 334550460bd7 -r f57b0a7f24d9 close_feedback.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/close_feedback.html Mon Apr 12 12:08:19 2010 +0530
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% block content %}
+ Feedback for day {{day}} of {{event.title}} has been successfully closed.
+ Click here to return to the event page.
+{% endblock %}