diff -r 8f31ed9817fa -r f21284458b8c templates/task/delete.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/task/delete.html Tue Mar 02 04:23:21 2010 +0530 @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% block title %} + {{task.title}} +{% endblock %} +{% block content %} + Are you sure you want to delete the task. This action cannot be undone.
+ +
+ Reason: + +
+{% endblock %}