summaryrefslogtreecommitdiff
path: root/templates/task/publish.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/publish.html')
-rw-r--r--templates/task/publish.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/task/publish.html b/templates/task/publish.html
deleted file mode 100644
index 7f6c062..0000000
--- a/templates/task/publish.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% 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 %}