pytask/templates/task/approved_textbook.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:59:23 +0530
changeset 526 9c0c88d129dd
parent 435 1217d808d70f
permissions -rw-r--r--
Add a view, form and related URL for chapter creation under textbook.

{% extends "base.html" %}

{% block content %}
The textbook <a href="{% url view_textbook textbook.id %}">
{{textbook.name}}</a> has been approved.
<br />

The textbook will now be public.
{% endblock %}