diff -r ac72d641046e -r b61e45074ba1 templates/task/view.html --- a/templates/task/view.html Tue Mar 02 02:25:28 2010 +0530 +++ b/templates/task/view.html Tue Mar 02 03:21:20 2010 +0530 @@ -10,12 +10,16 @@ Edit task {% endif %} + {% if can_publish %} + Publish task + {% endif %} + {% if can_close %} Close this task {% endif %} - - {% if can_publish %} - Publish task + + {% if can_delete %} + Delete task {% endif %}
created by {{ task.created_by.username }}