pytask/templates/task/approved_textbook.html
changeset 380 e848bd3ad41f
child 417 b37e541bf950
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/task/approved_textbook.html	Tue Jan 11 14:30:25 2011 +0530
@@ -0,0 +1,5 @@
+{% extends 'base.html' %}
+{% block content %}
+The textbook <a href="/task/textbook/view/tid={{textbook.uniq_key}}">{{textbook.name}}</a> has been approved.<br />
+The textbook will now be public.
+{% endblock %}