pytask/templates/task/approved_textbook.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 24 Jan 2011 23:03:57 +0530
changeset 518 92d2f8fb6d09
parent 435 1217d808d70f
permissions -rw-r--r--
Content of the Email to be sent for Scilab workshop.

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