author | nishanth |
Thu, 15 Apr 2010 18:57:55 +0530 | |
changeset 55 | 53ff84c9192d |
parent 14 | cd6911eaac2c |
child 57 | d321a507fc26 |
permissions | -rw-r--r-- |
{% extends "base.html" %} {% block content %} Feedback on Day {{event.feedback_status}} of {{event.title}} at {{event.venue}} {% if submitted %} Your feedback has been successfully submitted. {% else %} <form action="" method="post"> {{ form.as_p }} <input type="submit" value="submit"> </form> {% endif %} {% endblock %}