author | Nishanth Amuluru <nishanth@fossee.in> |
Wed, 12 Jan 2011 00:22:27 +0530 | |
changeset 149 | 32dd15eaf9d0 |
parent 142 | e848bd3ad41f |
permissions | -rw-r--r-- |
{% 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 %}