From ac67e9b63762956122c1cc6b49058a436bec238b Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 10 Feb 2011 13:11:51 +0530 Subject: The textbook view page displays the Pynts next to each task. --- pytask/templates/task/view_textbook.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pytask/templates/task/view_textbook.html b/pytask/templates/task/view_textbook.html index 0680865..1110c83 100644 --- a/pytask/templates/task/view_textbook.html +++ b/pytask/templates/task/view_textbook.html @@ -41,7 +41,14 @@ {% for chap in chapters %} - + + {% endfor %}
{{chap.title}} + + {{ chap.title }} + + + ({{ chap.pynts }} Pynt{% if chap.pynts != 1 %}s{% endif %}) +
-- cgit