changeset 172 | f21284458b8c |
--- /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.<br /> + + <form action="" method="post"> + Reason: <input type="text" name="reason"> + <input value="Delete" type="submit"> + </form> +{% endblock %}