# HG changeset patch
# User nishanth
# Date 1267574453 -19800
# Node ID e4e73a4dd720f0be10829f3d873158405380c76d
# Parent 72d57f59a561435f8f90a9302caf50ef1c5eb9aa
removed linebreak before billeted list in homepage.
diff -r 72d57f59a561 -r e4e73a4dd720 templates/index.html
--- a/templates/index.html Wed Mar 03 05:14:56 2010 +0530
+++ b/templates/index.html Wed Mar 03 05:30:53 2010 +0530
@@ -86,7 +86,7 @@
-->
{% if unpublished_tasks %}
- Unpublished tasks viewable by you:
+ Unpublished tasks viewable by you:
{% for a_task in unpublished_tasks %}
- {{a_task.title}}
{% endfor %}
@@ -95,16 +95,16 @@
{% endif %}
{% if mentored_tasks %}
- Tasks you are mentoring:
+ Tasks you are mentoring:
{% endif %}
{% if working_tasks %}
- Tasks that have been assigned to you:
+ Tasks that have been assigned to you:
{% for a_task in working_tasks %}
- {{a_task.title}}
{% endfor %}
@@ -113,7 +113,7 @@
{% endif %}
{% if claimed_tasks %}
- Tasks claimed but still not assigned to you:
+ Tasks claimed but still not assigned to you: