diff -r 6a68ef9597f9 -r c12a0b773720 templates/view_event.html
--- a/templates/view_event.html Tue Apr 13 15:03:37 2010 +0530
+++ b/templates/view_event.html Tue Apr 13 15:09:41 2010 +0530
@@ -8,15 +8,15 @@
{% if user.is_authenticated %}
{% if event.registration_is_open %}
{% if is_attendee %}
- You have registered for this workshop.
+ You have registered for this workshop.
{% else %}
- Register for the workshop.
+ Register for this workshop.
{% endif %}
{% else %}
- Registration for this workshop is not open at this moment.
+ Registration for this workshop is not open at this moment.
{% endif %}
{% else %}
- You must be a registered user to register for this workshop.
+ You must be a registered user to register for this workshop.
{% endif %}
{% if can_submit_feedback %}
@@ -25,6 +25,7 @@
{% if is_org %}
Click here to view list of people registered for the workshop.
+ Click here to see the feedbacks that we submitted.
{% if user.is_staff %}
{% if event.registration_is_open %}
Click here to close the registration.
@@ -41,7 +42,6 @@
{% 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 for day {{event.feedback_status}}.
{% endifequal %}
{% endif %}