author | nishanth |
Mon, 19 Apr 2010 22:36:23 +0530 | |
changeset 5 | 9a671f3eb24c |
permissions | -rw-r--r-- |
5 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
3 |
{% if submitted %} |
|
4 |
Your feedback has been successfully submitted. |
|
5 |
{% else %} |
|
6 |
Submit feedback for day{{event.feedback_status}} of {{event.title}}<br /> |
|
7 |
<form action="" method="post"> |
|
8 |
{{ form.as_p }} |
|
9 |
<input type="submit" value="submit"> |
|
10 |
</form> |
|
11 |
{% endif %} |
|
12 |
{% endblock %} |