diff --git a/src/teams/templates/team_tasks.html b/src/teams/templates/team_tasks.html index 3e71778b..30acae88 100644 --- a/src/teams/templates/team_tasks.html +++ b/src/teams/templates/team_tasks.html @@ -16,6 +16,8 @@ Name Description + When + Completed? Action @@ -24,6 +26,13 @@ {{ task.name }} {{ task.description }} + + + + {{ task.completed }} Details {% if request.user in team.responsible_members.all %}