summaryrefslogtreecommitdiff
path: root/templates/about/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about/admin.html')
-rw-r--r--templates/about/admin.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/about/admin.html b/templates/about/admin.html
new file mode 100644
index 0000000..e623b8f
--- /dev/null
+++ b/templates/about/admin.html
@@ -0,0 +1,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 %}