From f33a9393c072fd979fa31592dff2fa0457ce6831 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Thu, 13 Apr 2017 18:50:16 +0200 Subject: [PATCH] hide area from team list --- src/teams/templates/team_list.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/teams/templates/team_list.html b/src/teams/templates/team_list.html index 2549e1cd..6e6080e3 100644 --- a/src/teams/templates/team_list.html +++ b/src/teams/templates/team_list.html @@ -19,7 +19,6 @@ Teams | {{ block.super }} Name Description - Area Responsible Members Actions @@ -36,9 +35,6 @@ Teams | {{ block.super }} {{ team.description|unsafecommonmark|truncatewords:50 }} - - {{ team.area.name }} Area - {% for resp in team.responsible.all %} {{ resp.get_full_name|default:"Unnamed" }}{% if not forloop.last %},{% endif %}