pytask/templates/task/browse_textbooks.html
changeset 376 5a94c774473c
parent 372 563fe356947d
child 417 b37e541bf950
--- a/pytask/templates/task/browse_textbooks.html	Tue Jan 11 11:30:14 2011 +0530
+++ b/pytask/templates/task/browse_textbooks.html	Tue Jan 11 11:51:12 2011 +0530
@@ -10,8 +10,8 @@
     {% endif %}
 
     {% if open_textbooks %}
-    textbooks that are open for contribution<ul>
-    {% for textbook in comp_textbooks %}
+    Textbooks that are open for contribution<ul>
+    {% for textbook in open_textbooks %}
         <li><a href="/task/textbook/view/tid={{ textbook.uniq_key }}">{{ textbook.name }}</a></li>
     {% endfor %}
     </ul>
@@ -19,7 +19,7 @@
     {% endif %}
 
     {% if unpub_textbooks %}
-    Textbooks that have been created but need approval<ul>
+    Textbooks that need approval<ul>
     {% for textbook in unpub_textbooks %}
         <li><a href="/task/textbook/view/tid={{ textbook.uniq_key }}">{{ textbook.name }}</a></li>
     {% endfor %}