equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
2 {% block title %} |
3 PyTasks - About - Admin |
3 PyTasks - About - Admin |
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
6 Admin is the user who has to approve assign of credits to any user for his/her work on the task.<br /> |
6 Admin is the user who has to approve assign of pynts to any user for his/her work on the task.<br /> |
7 An Admin also has the right to request normal users to become admins or managers or developers. |
7 An Admin also has the right to request normal users to become admins or managers or developers. |
8 {% endblock %} |
8 {% endblock %} |