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