--- a/templates/view_event.html Thu Apr 15 14:15:44 2010 +0530
+++ b/templates/view_event.html Thu Apr 15 14:38:48 2010 +0530
@@ -3,7 +3,8 @@
<h3>{{ event.title }}</h3>
<b>Description:</b><br />
{{event.description|linebreaksbr}}<br /><br />
- <b>Duration:</b> {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}<br /><br />
+ <b>Duration:</b> {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}<br />
+ <b>Venue:</b> {{event.venue}} <br /><br />
{% if user.is_authenticated %}
{% if event.registration_is_open %}