diff --git a/corpus/templates/skyward_expedition/admin/teams_dashboard.html b/corpus/templates/skyward_expedition/admin/teams_dashboard.html index 1e28f8f4..1da23dbf 100644 --- a/corpus/templates/skyward_expedition/admin/teams_dashboard.html +++ b/corpus/templates/skyward_expedition/admin/teams_dashboard.html @@ -29,12 +29,14 @@

Teams Dashboard

{% for team in teams %} - {{ team.team_name }} - {{ team.team_leader.user }} - - View Details - + + {{ team.team_name }} + {{ team.team_leader.user }} + + View Details + + {% endfor %}