# HG changeset patch # User nishanth # Date 1271151581 -19800 # Node ID c12a0b77372036029a9c2dc9088fe3241041ab68 # Parent 6a68ef9597f9ab00d5c0dc3ad54de98bf7c9b4dd prettifying the view event page . diff -r 6a68ef9597f9 -r c12a0b773720 templates/index.html --- a/templates/index.html Tue Apr 13 15:03:37 2010 +0530 +++ b/templates/index.html Tue Apr 13 15:09:41 2010 +0530 @@ -6,7 +6,6 @@ You can know about workshops by clicking on workshops link on the left.
{% else %} Welcome {{user.get_full_name}}
-
Workshops you have registered for: {% endif %} {% if user.is_staff %} Create an event
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 %}