diff -r 7dae32a2439b -r 115860e87238 templates/view_event.html
--- a/templates/view_event.html Mon Apr 12 18:15:21 2010 +0530
+++ b/templates/view_event.html Tue Apr 13 10:50:29 2010 +0530
@@ -3,7 +3,7 @@
{{ event.title }}
Description:
{{event.description|linebreaksbr}}
- duration of the workshop: {{event.start_date}} to {{event.stop_date}}
+ duration of the workshop: {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
{% if not is_guest and event.registration_is_open %}
{% if is_attendee %}
@@ -18,6 +18,7 @@
{% endif %}
{% if is_org %}
+ Click here to view list of people registered for the workshop.
{% if event.registration_is_open %}
Click here to close the registration.
{% else %}