diff options
Diffstat (limited to 'templates/about/manager.html')
-rw-r--r-- | templates/about/manager.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/about/manager.html b/templates/about/manager.html deleted file mode 100644 index 804cda5..0000000 --- a/templates/about/manager.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends 'base.html' %} -{% block title %} - PyTasks - About - Manager -{% endblock %} -{% block content %} - A Manager has the right to request normal users to become managers or developers. -{% endblock %} |