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 %}
|