diff options
author | Madhusudan.C.S | 2011-02-10 13:11:21 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-02-10 13:11:21 +0530 |
commit | 1892cb3ce3dca6c9257da4fd8776034e5863c564 (patch) | |
tree | c88800d0745d4bc4d3b299db555208a30eb8bcbd | |
parent | aef594720ed960e54785faf879e317193cc42f16 (diff) | |
download | pytask-1892cb3ce3dca6c9257da4fd8776034e5863c564.tar.gz pytask-1892cb3ce3dca6c9257da4fd8776034e5863c564.tar.bz2 pytask-1892cb3ce3dca6c9257da4fd8776034e5863c564.zip |
Show the description of the textbook on textbook view page.
-rw-r--r-- | pytask/templates/task/view_textbook.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <strong>Tags:</strong> {% as_tags textbook.tags %}<hr /> {% endif %} + <hr /> + <b>Description:</b><br /> + {{ textbook.desc|linebreaksbr }} + <h3> Tasks: {% if can_create_chapters %} |