summaryrefslogtreecommitdiff
path: root/templates/about/request.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-14 00:59:09 +0530
committerMadhusudan.C.S2011-01-14 00:59:09 +0530
commitbb35c0a7546440247dad47f57d748259d0e9a744 (patch)
tree76f740c37954d23da88fcd2af856f74a5bc1e9e5 /templates/about/request.html
parent8b708b1b475caad85e12022db6d3d9af3387fbfe (diff)
downloadpytask-bb35c0a7546440247dad47f57d748259d0e9a744.tar.gz
pytask-bb35c0a7546440247dad47f57d748259d0e9a744.tar.bz2
pytask-bb35c0a7546440247dad47f57d748259d0e9a744.zip
Purging the repository for the new set of changes by Nishanth.
Diffstat (limited to 'templates/about/request.html')
-rw-r--r--templates/about/request.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/templates/about/request.html b/templates/about/request.html
deleted file mode 100644
index 9776b3a..0000000
--- a/templates/about/request.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends 'base.html' %}
-{% block title %}
- PyTasks - About - Request
-{% endblock %}
-{% block content %}
- Request is a request made by a user, requesting you to become someone else. It can also be request of assigning pynts to a user
- for a task ( goes to all the admins only ).
- You can accept or reject a request. You can also provide optional remarks when rejecting. When you respond to a request, it is
- automatically removed from your requests and you will be redirected to browse requests page.
- Redundant requests are automatically removed.<br /><br />
- The following can be redundant requests.
- <ul>
- <li>You are requested to act as a reviewer and the task is published or deleted or closed or completed</li>
- <li>There are requests for assigning pynts to a user for a task and the task is closed or completed</li>
- <li>There are requests for assigning pynts to a user and the user is removed from the working users of the task</li>
- </ul>
- These redundant requests when removed, a notification is sent to the requested user.
- <ul>
- <li>You accept a request to act as reviewer for a task and there are similar requests </li>
- <li>You accept a request to act as an admin and there are similar or less privileged requests ("Manager", "Developer")</li>
- <li>You accept a request to act as a manager and there are similar or less privileged requests ("Developer")</li>
- <li>You accept a request to act as a developer and there are similar requests</li>
- </ul>
-
-{% endblock %}