--- a/templates/feedback.html Thu Apr 15 22:59:45 2010 +0530
+++ b/templates/feedback.html Thu Apr 15 23:40:14 2010 +0530
@@ -1,9 +1,7 @@
{% extends "base.html" %}
{% block content %}
-Feedback on Day {{event.feedback_status}} of {{event.title}} at {{event.venue}}<br /><br />
{% if submitted %}
- Your feedback has been successfully submitted.<br />
- <a href="/reg/event/view/{{event.key}}">Return to the workshop page</a>
+ Your feedback has been successfully submitted.
{% else %}
<form action="" method="post">
{{ form.as_p }}