templates/view_event.html
changeset 19 115860e87238
parent 18 7dae32a2439b
child 26 9d18daf5277f
--- 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 @@
 	<h3>{{ event.title }}</h3><br />
 	Description:<br />
 	{{event.description|linebreaksbr}}<br />
-	duration of the workshop: {{event.start_date}} to {{event.stop_date}}<br />
+	duration of the workshop: {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}<br />
 	
 	{% if not is_guest and event.registration_is_open %}
 		{% if is_attendee %}
@@ -18,6 +18,7 @@
 	{% endif %}
 	
 	{% if is_org %}
+		<a href="/reg/event/attendees/{{event.key}}">Click here</a> to view list of people registered for the workshop. <br />
 		{% if event.registration_is_open %}
 			<a href="/reg/event/registration/close/{{event.key}}">Click here</a> to close the registration.<br />
 		{% else %}