templates/index.html
changeset 34 c12a0b773720
parent 26 9d18daf5277f
child 47 e1895d2ede97
--- a/templates/index.html	Tue Apr 13 15:03:37 2010 +0530
+++ b/templates/index.html	Tue Apr 13 15:09:41 2010 +0530
@@ -6,7 +6,6 @@
 		You can know about workshops by clicking on workshops link on the left.<br />		
 	{% else %}
 		Welcome {{user.get_full_name}}<br />
-		<br />Workshops you have registered for:
 	{% endif %}
 	{% if user.is_staff %}
 		<a href="/reg/event/create">Create an event</a><br />