templates/task/publish.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 00:57:39 +0530
changeset 235 e338eaeccad7
parent 218 59107ce0a618
permissions -rw-r--r--
Added tag deprecated for changeset b4a3ec34c061

{% extends 'base.html' %}
{% block title %}
    {{task.title}}
{% endblock %}
{% block content %}
    <b>Disclaimer:</b><br />
    Publishing a task will make the task visible to every one and cannot be edited there after.<br /><br />
    Only you will have reviewering rights on this task. But you can request other users also to reviewer the task.
    <sup><a href="/about/addreviewers/" target="_blank">learn more</a></sup><br /><br />
    This action cannot be undone.
    <br />
    Please confirm if you want to publish.
    <form action="" method="post">
        <input value="Publish" type="submit">
    </form>
{% endblock %}