pytask/templates/task/view.html
changeset 435 1217d808d70f
parent 431 fcc87a3f0311
child 488 c4e9771a274b
--- 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 %}
-      <a href="{% url close_task task.id %}">Close task</a>
+    <a href="{% url close_task task.id %}">Close task</a>
   {% endif %}
 
   <hr />created by