# HG changeset patch # User nishanth # Date 1271410637 -19800 # Node ID 6a00612fce5c1dee0fdc7ab9de661e202ab7c105 # Parent b977321ccf6c519305dd819cc4f146c41bf2917d changed font size for table in list events. 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 %}