templates/task/publish.html
changeset 218 59107ce0a618
parent 140 7bdcbb4f2c27
equal deleted inserted replaced
217:307f699e6102 218:59107ce0a618
     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.
     8     Only you will have reviewering rights on this task. But you can request other users also to reviewer the task.
     9     <sup><a href="/about/addmentors/" target="_blank">learn more</a></sup><br /><br />
     9     <sup><a href="/about/addreviewers/" target="_blank">learn more</a></sup><br /><br />
    10     This action cannot be undone.
    10     This action cannot be undone.
    11     <br />
    11     <br />
    12     Please confirm if you want to publish.
    12     Please confirm if you want to publish.
    13     <form action="" method="post">
    13     <form action="" method="post">
    14         <input value="Publish" type="submit">
    14         <input value="Publish" type="submit">