diff -r e338eaeccad7 -r 39f83b4cf557 templates/task/complete.html --- a/templates/task/complete.html Fri Jan 14 00:57:39 2011 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -{% extends 'base.html' %} -{% block title %} - {{task.title}} -{% endblock %} -{% block content %} - Disclaimer:
- 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.

- This action sets the task as completed and frees all the tasks depending on this task. Henceforth, the task can not be - commented upon or edited by anyone.

- 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 - here.

- If you have double checked everything, confirm this action by clicking the button below. -
- -
-{% endblock %}