diff -r 3685c2333448 -r c272d4c601cd templates/task/publish.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/task/publish.html Fri Feb 26 02:52:32 2010 +0530 @@ -0,0 +1,14 @@ +{% extends 'base.html' %} +{% block title %} + {{task.title}} +{% endblock %} +{% block content %} + Disclaimer:
+ Publishing a task will make the task visible to every one. + All the existing mentors will be removed from the list of mentors and only you will have the rights to edit and mentor the task. + But mentors can be added by sending them a request later on.

+ Please confirm if you want to publish. +
+ +
+{% endblock %}