pytask/templates/task/confirm_textbook_approval.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 14:57:16 +0530
changeset 143 da4c6b1cec7d
parent 142 e848bd3ad41f
permissions -rw-r--r--
add reviewer works now

{% 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 %}