summaryrefslogtreecommitdiff
path: root/templates/task/complete.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/task/complete.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/task/complete.html')
-rw-r--r--templates/task/complete.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/task/complete.html b/templates/task/complete.html
deleted file mode 100644
index a8aedd3..0000000
--- a/templates/task/complete.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends 'base.html' %}
-{% block title %}
- {{task.title}}
-{% endblock %}
-{% block content %}
- <b>Disclaimer:</b><br />
- Marking a task as complete implies the task has been completed successfully. It implies that all the required files
- are available as attatchments in comments and all the users worked on this task were pynted accordingly.<br /><br />
- This action sets the task as completed and frees all the tasks depending on this task. Henceforth, the task <strong>can not</strong> be
- commented upon or edited by anyone.<br /><br />
- If there are pending requests for assigning pynts, they will be deleted and admins will not be able to approve those requests.
- Hence you cannot assign pynts to anyone for this task anymore. You must wait for the requests to be approved by any of the admins.
- If you would like to request for assigning more pynts, return to assign pynts page by clicking
- <a href="/task/assignpynts/tid={{task.id}}">here</a>.<br /><br />
- If you have double checked everything, confirm this action by clicking the button below.
- <form action="" method="post">
- <input value="Mark as Complete" type="submit">
- </form>
-{% endblock %}