equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
2 {% block title %} |
3 {{task.title}} |
3 {{PyTasks - Learn more - Mentor}} |
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
6 The user who created a task will become a mentor for the task. Mentor is a person who mentors the task. |
6 The user who created a task will become a mentor for the task. Mentor is a person who mentors the task. |
7 Mentor has all the rights over the task. A Mentor can request other users also to mentor the task. |
7 Mentor has all the rights over the task. A Mentor can request other users also to mentor the task. |
8 Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task. |
8 Mentor can add/remove subtasks if applicable. Mentor can request assign of credits for task. |
9 Mentor can mark the task as Invalid/Complete.<br /> |
9 Mentor can mark the task as Invalid/Complete.<br /> |
10 |
|
11 |
|
12 {% endblock %} |
10 {% endblock %} |