fixed a typo.
authornishanth
Fri, 16 Apr 2010 17:45:17 +0530
changeset 86 9946ff231b76
parent 85 eb7c03eb3bb4
child 87 5c0e1c1d39aa
fixed a typo.
templates/index.html
--- a/templates/index.html	Fri Apr 16 17:44:29 2010 +0530
+++ b/templates/index.html	Fri Apr 16 17:45:17 2010 +0530
@@ -14,7 +14,7 @@
 				<ul>
 				{% for a_event in registered_events %}
 					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}
-					at {{event.venue}}</a></li>
+					at {{a_event.venue}}</a></li>
 				{% endfor %}
 				</ul>
 			{% endif %}