diff -r 334550460bd7 -r f57b0a7f24d9 open_feedback.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/open_feedback.html Mon Apr 12 12:08:19 2010 +0530 @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% block content %} + {% if success %} + The feedback for day {{day}} of {{event.title}} has been opened.
+ Click here to return to the event page. + {% else %} + Select the day for workshop {{event.title}} to start accepting feedbacks. +
+ Day:
+ + +
+ {% endif %} +{% endblock %}