author | nishanth |
Fri, 16 Apr 2010 15:07:17 +0530 | |
changeset 70 | 6a00612fce5c |
parent 69 | b977321ccf6c |
child 71 | 1f6a101586b7 |
--- 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 %} +<font size="14px"> {% if ongoing_events %} Ongoing Workshops: <table cellspacing=5 cellpadding=5> @@ -37,6 +38,6 @@ {% endfor %} </table> {% endif %} - +</font> {% endblock %}