diff -r ed2dadfc829a -r e848bd3ad41f pytask/templates/task/confirm_textbook_approval.html --- /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 {{textbook.name}}
+This action cannot be undone. Please confirm

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