diff -r 42516ec56822 -r b84d6a1d4603 pytask/templates/task/view_textbook.html --- a/pytask/templates/task/view_textbook.html Thu Jan 20 17:45:39 2011 +0530 +++ b/pytask/templates/task/view_textbook.html Thu Jan 20 17:46:49 2011 +0530 @@ -6,7 +6,7 @@ {% block title %} - {{textbook.name}} + {{ textbook.title }} {% endblock %} {% block content %} @@ -31,6 +31,7 @@
{% endif %} + Chapters:
{% if chapters %} {% for chap in chapters %} @@ -41,7 +42,7 @@ {% endfor %}
{% else %} - There are no chapters in this textbook as of now.
+ (Chapters are yet to be added by the Coordinator or T/A.)
{% endif %}