diff -r c47a6c63eaa7 -r bda9ee536063 templates/view_event.html
--- a/templates/view_event.html Fri Apr 16 16:29:00 2010 +0530
+++ b/templates/view_event.html Fri Apr 16 16:37:28 2010 +0530
@@ -9,10 +9,10 @@
{% if event.registration_is_open %}
{% if user.is_authenticated %}
{% if not is_attendee %}
- Register for this workshop.
+ Register for this workshop.
{% endif %}
{% else %}
- Register for this workshop.
+ Register for this workshop.
{% endif %}
{% else %}
Registration for this workshop is not open at this moment.
@@ -23,26 +23,26 @@
{% endif %}
{% if is_org %}
- View list of people registered for the workshop
+ View list of people registered for the workshop
View submitted feedbacks
View a report of the workshop
{% if user.is_staff %}
{% if event.registration_is_open %}
- Close registration
+ Close registration
{% else %}
- Open registration
+ Open registration
{% endif %}
{% ifequal event.feedback_status "0" %}
- Open feedback
+ Open feedback
{% else %}
- Close feedback for day {{event.feedback_status}}
+ Close feedback for day {{event.feedback_status}}
{% endifequal %}
{% endif %}
{% endif %}