pytask/templates/task/confirm_textbook_approval.html
changeset 380 e848bd3ad41f
child 417 b37e541bf950
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/task/confirm_textbook_approval.html	Tue Jan 11 14:30:25 2011 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block content %}
+You are about to approve the textbook <a href="/textbook/textbook/view/tid={{textbook.uniq_key}}">{{textbook.name}}</a><br />
+This action cannot be undone. Please confirm <br /> <br />
+
+<a href="/task/textbook/approved/tid={{textbook.uniq_key}}">Yes, I approve the textbook</a><br />
+<a href="/task/textbook/view/tid={{textbook.uniq_key}}">No, take me back to the textbook</a> <br />
+{% endblock %}