diff --git a/src/teams/templates/team_detail.html b/src/teams/templates/team_detail.html index 1273043d..44972367 100644 --- a/src/teams/templates/team_detail.html +++ b/src/teams/templates/team_detail.html @@ -81,7 +81,9 @@ Team: {{ team.name }} | {{ block.super }} {{ task.description }} Details - Edit Task + {% if request.user in team.responsible.all %} + Edit Task + {% endif %} {% endfor %}