pytask/templates/task/confirm_approval.html
changeset 374 cdd8026ee60e
child 417 b37e541bf950
--- /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 <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a><br />
+This action cannot be undone. Please confirm <br /> <br />
+
+<a href="/task/approved/tid={{task.uniq_key}}">Yes, I approve the task</a><br />
+<a href="/task/view/tid={{task.uniq_key}}">No, take me back to the task</a> <br />
+{% endblock %}