author | Nishanth Amuluru <nishanth@fossee.in> |
Wed, 05 Jan 2011 22:22:10 +0530 | |
changeset 218 | 59107ce0a618 |
parent 140 | 7bdcbb4f2c27 |
permissions | -rw-r--r-- |
111 | 1 |
{% extends 'base.html' %} |
2 |
{% block title %} |
|
3 |
{{task.title}} |
|
4 |
{% endblock %} |
|
5 |
{% block content %} |
|
6 |
<b>Disclaimer:</b><br /> |
|
126 | 7 |
Publishing a task will make the task visible to every one and cannot be edited there after.<br /><br /> |
218
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
140
diff
changeset
|
8 |
Only you will have reviewering rights on this task. But you can request other users also to reviewer the task. |
59107ce0a618
Replaced the word mentor with reviewer
Nishanth Amuluru <nishanth@fossee.in>
parents:
140
diff
changeset
|
9 |
<sup><a href="/about/addreviewers/" target="_blank">learn more</a></sup><br /><br /> |
114 | 10 |
This action cannot be undone. |
126 | 11 |
<br /> |
111 | 12 |
Please confirm if you want to publish. |
13 |
<form action="" method="post"> |
|
14 |
<input value="Publish" type="submit"> |
|
15 |
</form> |
|
16 |
{% endblock %} |