From 1892cb3ce3dca6c9257da4fd8776034e5863c564 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 10 Feb 2011 13:11:21 +0530 Subject: Show the description of the textbook on textbook view page. --- pytask/templates/task/view_textbook.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pytask/templates/task/view_textbook.html b/pytask/templates/task/view_textbook.html index a980b75..0680865 100644 --- a/pytask/templates/task/view_textbook.html +++ b/pytask/templates/task/view_textbook.html @@ -27,6 +27,10 @@ Tags: {% as_tags textbook.tags %}
{% endif %} +
+ Description:
+ {{ textbook.desc|linebreaksbr }} +

Tasks: {% if can_create_chapters %} -- cgit