equal
deleted
inserted
replaced
11 Mentors: |
11 Mentors: |
12 {% for mentor in mentors %} |
12 {% for mentor in mentors %} |
13 <a href="/user/view/uid={{mentor.id}}">{{mentor.username}}|</a> |
13 <a href="/user/view/uid={{mentor.id}}">{{mentor.username}}|</a> |
14 {% endfor %} |
14 {% endfor %} |
15 {% if can_mod_mentors %} |
15 {% if can_mod_mentors %} |
16 <a href="/task/addmentor/tid={{task.id}}">Add another Mentor to this task</a><br /> |
16 <a href="/task/addmentor/tid={{task.id}}">Add another Mentor to this task</a> |
|
17 <a href="/task/mentor/remove/tid={{task.id}}">Remove a mentor</a> |
|
18 <br /> |
17 edit task goes here and it should contain all those add subs and add deps depending on availability<br /> |
19 edit task goes here and it should contain all those add subs and add deps depending on availability<br /> |
18 {% endif %} |
20 {% endif %} |
19 |
21 |
20 {% if deps %} |
22 {% if deps %} |
21 <br />The task has following dependencies |
23 <br />The task has following dependencies |