diff -r 679c7e237052 -r 3c8f3b0e5b00 templates/task/close.html
--- a/templates/task/close.html Tue Mar 09 11:39:34 2010 +0530
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-{% extends 'base.html' %}
-{% block title %}
- {{task.title}}
-{% endblock %}
-{% block content %}
- Disclaimer:
- If a task is closed, it implies the task is no more a valid task. The task cannot be edited or added subtasks/dependencies.
- Please click here to return to assign credits page if you want to request assign of credits.
- You cannot request assign of credits and all the pending requests on this task will be made invalid when a task is closed.
-
- The only difference between marking a task as closed and completed is that the tasks depending on completed tasks will be free to be claimed
- and worked on. This action cannot be undone. If you have double checked every thing, please provide a reason and close the task.
-
-
- {% if error %}
- Please provide a reason for closing the task.
- {% endif %}
-