pytask/templates/task/publish.html
branchbuildout
changeset 227 3c8f3b0e5b00
equal deleted inserted replaced
214:679c7e237052 227:3c8f3b0e5b00
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3     {{task.title}}
       
     4 {% endblock %}
       
     5 {% block content %}
       
     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 />
       
     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/" target="_blank">learn more</a></sup><br /><br />
       
    10     This action cannot be undone.
       
    11     <br />
       
    12     Please confirm if you want to publish.
       
    13     <form action="" method="post">
       
    14         <input value="Publish" type="submit">
       
    15     </form>
       
    16 {% endblock %}