pytask/templates/task/confirm_textbook_approval.html
changeset 380 e848bd3ad41f
child 417 b37e541bf950
equal deleted inserted replaced
379:ed2dadfc829a 380:e848bd3ad41f
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3 You are about to approve the textbook <a href="/textbook/textbook/view/tid={{textbook.uniq_key}}">{{textbook.name}}</a><br />
       
     4 This action cannot be undone. Please confirm <br /> <br />
       
     5 
       
     6 <a href="/task/textbook/approved/tid={{textbook.uniq_key}}">Yes, I approve the textbook</a><br />
       
     7 <a href="/task/textbook/view/tid={{textbook.uniq_key}}">No, take me back to the textbook</a> <br />
       
     8 {% endblock %}