equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 Feedback on Day {{event.feedback_status}} of {{event.title}} at {{event.venue}}<br /><br /> |
|
4 {% if submitted %} |
3 {% if submitted %} |
5 Your feedback has been successfully submitted.<br /> |
4 Your feedback has been successfully submitted. |
6 <a href="/reg/event/view/{{event.key}}">Return to the workshop page</a> |
|
7 {% else %} |
5 {% else %} |
8 <form action="" method="post"> |
6 <form action="" method="post"> |
9 {{ form.as_p }} |
7 {{ form.as_p }} |
10 <input type="submit" value="submit"> |
8 <input type="submit" value="submit"> |
11 </form> |
9 </form> |