diff options
author | nishanth | 2010-02-26 13:22:13 +0530 |
---|---|---|
committer | nishanth | 2010-02-26 13:22:13 +0530 |
commit | 783a2c959f365588849b2af728aa7e9b0c19bf02 (patch) | |
tree | 0c110808e97f728ef0e2d624739ef8a07de6c0de /templates/task/publish.html | |
parent | 8f9406383064921f8cf50bad0a6d4f1bd06f9cb4 (diff) | |
download | pytask-783a2c959f365588849b2af728aa7e9b0c19bf02.tar.gz pytask-783a2c959f365588849b2af728aa7e9b0c19bf02.tar.bz2 pytask-783a2c959f365588849b2af728aa7e9b0c19bf02.zip |
mark task as complete functionality is added.
Diffstat (limited to 'templates/task/publish.html')
-rw-r--r-- | templates/task/publish.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/task/publish.html b/templates/task/publish.html index f232767..e8114bc 100644 --- a/templates/task/publish.html +++ b/templates/task/publish.html @@ -5,8 +5,9 @@ {% block content %} <b>Disclaimer:</b><br /> Publishing a task will make the task visible to every one. - All the existing mentors will be removed from the list of mentors and only you will have the rights to edit and mentor the task. - But mentors can be added by sending them a request later on.<br /><br /> + Only you will have mentoring rights on this task. But you can request another user also to mentor the task.<br /> + This action cannot be undone. + <br /><br /> Please confirm if you want to publish. <form action="" method="post"> <input value="Publish" type="submit"> |