diff -r 6a00612fce5c -r 1f6a101586b7 templates/list_events.html --- a/templates/list_events.html Fri Apr 16 15:07:17 2010 +0530 +++ b/templates/list_events.html Fri Apr 16 15:09:23 2010 +0530 @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block content %} - {% if ongoing_events %} Ongoing Workshops: @@ -38,6 +37,6 @@ {% endfor %}
{% endif %} -
+ {% endblock %}