included the link to view report of workshop in view event page
authornishanth
Thu, 15 Apr 2010 12:38:29 +0530
changeset 40 c1fff32eb494
parent 39 61d558a69b0d
child 41 ab0a8a72b069
included the link to view report of workshop in view event page
templates/view_event.html
--- a/templates/view_event.html	Thu Apr 15 12:36:21 2010 +0530
+++ b/templates/view_event.html	Thu Apr 15 12:38:29 2010 +0530
@@ -26,6 +26,7 @@
 	{% if is_org %}
 		<a href="/reg/event/attendees/{{event.key}}">View list of people registered for the workshop</a> <br />
 		<a href="/feedback/list/{{event.key}}">View submitted feedbacks</a><br /><br />
+		<a href="/feedback/report/{{event.key}}">View a report of the workshop</a>
 		{% if user.is_staff %}
 			{% if event.registration_is_open %}
 				<a href="/reg/event/registration/close/{{event.key}}">Close the registration</a><br />