templates/task/view.html
changeset 77 8f2906d1200a
parent 76 00a41fbf4958
child 89 1cc03941ed5d
equal deleted inserted replaced
76:00a41fbf4958 77:8f2906d1200a
    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>
    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             <br />
    19             edit task goes here and it should contain all those add subs and add deps depending on availability<br />
    18             edit task goes here and it should contain all those add subs and add deps depending on availability<br />
    20         {% endif %}
    19         {% endif %}
    21 
    20 
    22         {% if deps %}
    21         {% if deps %}