diff -r 679c7e237052 -r 3c8f3b0e5b00 templates/task/publish.html --- a/templates/task/publish.html Tue Mar 09 11:39:34 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -{% extends 'base.html' %} -{% block title %} - {{task.title}} -{% endblock %} -{% block content %} - Disclaimer:
- Publishing a task will make the task visible to every one and cannot be edited there after.

- Only you will have mentoring rights on this task. But you can request other users also to mentor the task. - learn more

- This action cannot be undone. -
- Please confirm if you want to publish. -
- -
-{% endblock %}