diff -r c5bcafccc135 -r fd6b28204fb1 templates/task/view.html
--- a/templates/task/view.html Wed Feb 24 16:49:30 2010 +0530
+++ b/templates/task/view.html Wed Feb 24 16:52:03 2010 +0530
@@ -13,11 +13,12 @@
{{mentor.username}}|
{% endfor %}
{% if can_mod_mentors %}
- Add another Mentor to this task
+ Add another Mentor to this task
+
edit task goes here and it should contain all those add subs and add deps depending on availability
{% endif %}
- {% if deps %}
+ {% if deps %}
The task has following dependencies
{% for dep in deps %}
{{dep.title}}
@@ -27,9 +28,9 @@
remove an existing dependency
{% endif %}
{% else %}
- {%if can_mod_tasks %}
+ {% if can_mod_tasks %}
add a subtask/dependency
- {%endif%}
+ {% endif %}
{% endif %}