pytask/templates/task/view_textbook.html
changeset 501 b84d6a1d4603
parent 500 42516ec56822
child 530 ab9b9e59de9d
--- 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 @@
         <hr />
     {% endif %}
 
+    Chapters: <br />
     {% if chapters %}
       <table>
       {% for chap in chapters %}
@@ -41,7 +42,7 @@
       {% endfor %}
       </table>
     {% else %}
-    There are no chapters in this textbook as of now.<br />
+      (Chapters are yet to be added by the Coordinator or T/A.)<br />
     {% endif %}
 
         <hr />