author | nishanth |
Mon, 01 Mar 2010 05:41:12 +0530 | |
changeset 159 | a74a32a5a3e1 |
parent 140 | 7bdcbb4f2c27 |
child 218 | 59107ce0a618 |
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 /> |
127
71888e23f323
created a view for about pages and added about pages for mentor and addmentors.
nishanth
parents:
126
diff
changeset
|
8 |
Only you will have mentoring rights on this task. But you can request other users also to mentor the task. |
140 | 9 |
<sup><a href="/about/addmentors/" 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 %} |