diff -r 014d812e625e -r cdd8026ee60e pytask/templates/task/confirm_approval.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/task/confirm_approval.html Tue Jan 11 01:03:04 2011 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +You are about to approve the task {{task.title}}
+This action cannot be undone. Please confirm

+ +Yes, I approve the task
+No, take me back to the task
+{% endblock %}