From ddd2d5d5dd201f134fd02f72d0c6932202139c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 4 Aug 2018 18:24:13 +0200 Subject: [PATCH] Forgot this for previous commit. --- src/teams/templates/team_tasks.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}