templates/task/complete.html
changeset 219 f04a1ec7a07f
parent 114 38793914921b
equal deleted inserted replaced
218:59107ce0a618 219:f04a1ec7a07f
     3     {{task.title}}
     3     {{task.title}}
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6     <b>Disclaimer:</b><br />
     6     <b>Disclaimer:</b><br />
     7     Marking a task as complete implies the task has been completed successfully. It implies that all the required files 
     7     Marking a task as complete implies the task has been completed successfully. It implies that all the required files 
     8     are available as attatchments in comments and all the users worked on this task were credited accordingly.<br /><br />
     8     are available as attatchments in comments and all the users worked on this task were pynted accordingly.<br /><br />
     9     This action sets the task as completed and frees all the tasks depending on this task. Henceforth, the task <strong>can not</strong> be 
     9     This action sets the task as completed and frees all the tasks depending on this task. Henceforth, the task <strong>can not</strong> be 
    10     commented upon or edited by anyone.<br /><br />
    10     commented upon or edited by anyone.<br /><br />
    11     If there are pending requests for assigning credits, they will be deleted and admins will not be able to approve those requests.
    11     If there are pending requests for assigning pynts, they will be deleted and admins will not be able to approve those requests.
    12     Hence you cannot assign credits to anyone for this task anymore. You must wait for the requests to be approved by any of the admins. 
    12     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. 
    13     If you would like to request for assigning more credits, return to assign credits page by clicking 
    13     If you would like to request for assigning more pynts, return to assign pynts page by clicking 
    14     <a href="/task/assigncredits/tid={{task.id}}">here</a>.<br /><br />
    14     <a href="/task/assignpynts/tid={{task.id}}">here</a>.<br /><br />
    15     If you have double checked everything, confirm this action by clicking the button below.
    15     If you have double checked everything, confirm this action by clicking the button below.
    16     <form action="" method="post">
    16     <form action="" method="post">
    17         <input value="Mark as Complete" type="submit">
    17         <input value="Mark as Complete" type="submit">
    18     </form>
    18     </form>
    19 {% endblock %}
    19 {% endblock %}