removed extra linebreaks in view event template.
authornishanth
Fri, 16 Apr 2010 14:47:42 +0530
changeset 68 73720e19d222
parent 67 7d9a01aa3740
child 69 b977321ccf6c
removed extra linebreaks in view event template.
templates/view_event.html
--- a/templates/view_event.html	Fri Apr 16 14:21:00 2010 +0530
+++ b/templates/view_event.html	Fri Apr 16 14:47:42 2010 +0530
@@ -2,7 +2,7 @@
 {% block content %}
 	<h3>{{ event.title }}</h3>
 	<b>Description:</b><br />
-	{{event.description|linebreaksbr}}<br /><br />
+	{{event.description|linebreaksbr}}
 	<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 />