diff -r 79dc44b6edd4 -r cd0f61fa31f1 templates/view_event.html
--- a/templates/view_event.html Tue Apr 13 15:15:13 2010 +0530
+++ b/templates/view_event.html Tue Apr 13 16:29:58 2010 +0530
@@ -24,25 +24,25 @@
{% endif %}
{% if is_org %}
- Click here to view list of people registered for the workshop.
- Click here to see the feedbacks that we submitted.
+ View list of people registered for the workshop
+ View submitted feedbacks
{% if user.is_staff %}
{% if event.registration_is_open %}
- Click here to close the registration.
+ Close the registration
{% else %}
- Click here to open the registration.
+ Open the registration
{% endif %}
-
+
{% ifequal event.feedback_status "0" %}
- Click here to open the feedback.
+ Open feedback
{% else %}
- Click here to close the feedback for day {{event.feedback_status}}.
+ Close the feedback for day {{event.feedback_status}}
{% endifequal %}
{% endif %}
{% endif %}