templates/list_events.html
changeset 71 1f6a101586b7
parent 70 6a00612fce5c
child 75 bda9ee536063
--- 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 %}
-<font size="14px">
 	{% if ongoing_events %}
 		Ongoing Workshops:
 		<table cellspacing=5 cellpadding=5>
@@ -38,6 +37,6 @@
 		{% endfor %}
 		</table>
 	{% endif %}
-</font>
+
 {% endblock %}