diff -r 679c7e237052 -r 3c8f3b0e5b00 pytask/templates/about/request.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/about/request.html Thu Jan 06 19:07:04 2011 +0530 @@ -0,0 +1,25 @@ +{% 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.

+ The following can be redundant requests. + + These redundant requests when removed, a notification is sent to the requested user. + + +{% endblock %}