diff -r e4e73a4dd720 -r 8f5fb15ffd9b templates/index.html
--- a/templates/index.html Wed Mar 03 05:30:53 2010 +0530
+++ b/templates/index.html Wed Mar 03 05:34:32 2010 +0530
@@ -91,7 +91,7 @@
{{a_task.title}}
{% endfor %}
-
+
{% endif %}
{% if mentored_tasks %}
@@ -100,7 +100,7 @@
{{a_task.title}}
{% endfor %}
-
+
{% endif %}
{% if working_tasks %}
@@ -109,7 +109,7 @@
{{a_task.title}}
{% endfor %}
-
+
{% endif %}
{% if claimed_tasks %}
@@ -118,7 +118,7 @@
{{a_task.title}}
{% endfor %}
-
+
{% endif %}
{% endblock %}