pytask/templates/task/view_textbook.html
changeset 435 1217d808d70f
parent 431 fcc87a3f0311
child 498 9f04b7bcc333
--- a/pytask/templates/task/view_textbook.html	Mon Jan 17 02:52:42 2011 +0530
+++ b/pytask/templates/task/view_textbook.html	Mon Jan 17 02:53:11 2011 +0530
@@ -1,5 +1,7 @@
 {% extends "base.html" %}
 
+{% load form_helpers %}
+
 {% block title %}
     {{textbook.name}}
 {% endblock %}