diff -r ebfe27c2af39 -r 1217d808d70f pytask/templates/task/view.html --- a/pytask/templates/task/view.html Mon Jan 17 02:52:42 2011 +0530 +++ b/pytask/templates/task/view.html Mon Jan 17 02:53:11 2011 +0530 @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% load form_helpers %} + {% block title %} {{task.title}} {% endblock %} @@ -16,7 +18,7 @@ {% endif %} {% if can_close %} - Close task + Close task {% endif %}
created by