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