diff -r 334550460bd7 -r f57b0a7f24d9 view_event.html
--- a/view_event.html Mon Apr 12 11:23:27 2010 +0530
+++ b/view_event.html Mon Apr 12 12:08:19 2010 +0530
@@ -14,6 +14,7 @@
{% if can_submit_feedback %}
Click here to submit feedback for today's session.
+ {% endif %}
{% if is_org %}
{% if event.registration_is_open %}
@@ -22,20 +23,18 @@
Click here to open the registration.
{% endif %}
- {% ifequal quiz_status "00" %}
+ {% ifequal event.quiz_status "00" %}
Click here to open quiz.
{% else %}
Click here to close the registration.
{% endifequal %}
- {% ifequal feedback_status "0" %}
+ {% ifequal event.feedback_status "0" %}
Click here to open the feedback.
{% else %}
Click here to see the feedbacks that we submitted.
- Click here to close the feedback.
+ Click here to close the feedback for day {{event.feedback_status}}.
{% endifequal %}
{% endif %}
-
-
- {% endif %}
+
{% endblock %}