added "at venue" on home page.
authornishanth
Fri, 16 Apr 2010 17:44:29 +0530
changeset 85 eb7c03eb3bb4
parent 84 bb6a1bd4b3f8
child 86 9946ff231b76
added "at venue" on home page.
templates/index.html
--- a/templates/index.html	Fri Apr 16 17:40:57 2010 +0530
+++ b/templates/index.html	Fri Apr 16 17:44:29 2010 +0530
@@ -13,7 +13,8 @@
 				You have registered for the following workshops:
 				<ul>
 				{% for a_event in registered_events %}
-					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}</a></li>
+					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}
+					at {{event.venue}}</a></li>
 				{% endfor %}
 				</ul>
 			{% endif %}