diff options
Diffstat (limited to 'templates/about/admin.html')
-rw-r--r-- | templates/about/admin.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/about/admin.html b/templates/about/admin.html deleted file mode 100644 index e618d3e..0000000 --- a/templates/about/admin.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'base.html' %} -{% block title %} - PyTasks - About - Admin -{% endblock %} -{% block content %} - Admin is the user who has to approve assign of pynts 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 %} |