templates/task/publish.html
changeset 127 71888e23f323
parent 126 e5377fdaf110
child 140 7bdcbb4f2c27
equal deleted inserted replaced
126:e5377fdaf110 127:71888e23f323
     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 and cannot be edited there after.<br /><br />
     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 other users also to mentor the task. <br /><br />
     8     Only you will have mentoring rights on this task. But you can request other users also to mentor the task.
       
     9     <sup><a href="/about/addmentors/">learn more</a></sup><br /><br />
     9     This action cannot be undone.
    10     This action cannot be undone.
    10     <br />
    11     <br />
    11     Please confirm if you want to publish.
    12     Please confirm if you want to publish.
    12     <form action="" method="post">
    13     <form action="" method="post">
    13         <input value="Publish" type="submit">
    14         <input value="Publish" type="submit">