templates/task/publish.html
changeset 114 38793914921b
parent 111 c272d4c601cd
child 126 e5377fdaf110
equal deleted inserted replaced
113:ea962d5fe99e 114:38793914921b
     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     Publishing a task will make the task visible to every one.
     7     Publishing a task will make the task visible to every one.
     8     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.
     8     Only you will have mentoring rights on this task. But you can request another user also to mentor the task.<br />
     9     But mentors can be added by sending them a request later on.<br /><br />
     9     This action cannot be undone.
       
    10     <br /><br />
    10     Please confirm if you want to publish.
    11     Please confirm if you want to publish.
    11     <form action="" method="post">
    12     <form action="" method="post">
    12         <input value="Publish" type="submit">
    13         <input value="Publish" type="submit">
    13     </form>
    14     </form>
    14 {% endblock %}
    15 {% endblock %}