templates/about/admin.html
changeset 219 f04a1ec7a07f
parent 186 c083ebb6f8d7
equal deleted inserted replaced
218:59107ce0a618 219:f04a1ec7a07f
     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 %}