templates/task/publish.html
changeset 126 e5377fdaf110
parent 114 38793914921b
child 127 71888e23f323
equal deleted inserted replaced
125:d3cfceb8e120 126:e5377fdaf110
     2 {% block title %}
     2 {% block title %}
     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 and cannot be edited there after.<br /><br />
     8     Only you will have mentoring rights on this task. But you can request another user also to mentor the task.<br />
     8     Only you will have mentoring rights on this task. But you can request other users also to mentor the task. <br /><br />
     9     This action cannot be undone.
     9     This action cannot be undone.
    10     <br /><br />
    10     <br />
    11     Please confirm if you want to publish.
    11     Please confirm if you want to publish.
    12     <form action="" method="post">
    12     <form action="" method="post">
    13         <input value="Publish" type="submit">
    13         <input value="Publish" type="submit">
    14     </form>
    14     </form>
    15 {% endblock %}
    15 {% endblock %}