pytask/templates/task/view.html
changeset 367 13e171f09941
parent 366 4c349f310dfc
child 379 ed2dadfc829a
--- a/pytask/templates/task/view.html	Sun Jan 09 19:35:31 2011 +0530
+++ b/pytask/templates/task/view.html	Sun Jan 09 19:45:42 2011 +0530
@@ -17,9 +17,11 @@
         <a href="/task/close/tid={{task.uniq_key}}">Close task</a>
     {% endif %}
     
+<!--
     {% if can_delete %}
         <a href="/task/delete/tid={{task.uniq_key}}">Delete task</a>
     {% endif %}
+    -->
 
     <hr />created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a>
     on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}<br />