diff --git a/symposion_project/templates/dashboard.html b/symposion_project/templates/dashboard.html index 5d8ba586928927d96558651cc70d0a8a23c6fc6e..eefe7cc58e5c1ae67635fbf23ebc9732a296bd6c 100644 --- a/symposion_project/templates/dashboard.html +++ b/symposion_project/templates/dashboard.html @@ -146,9 +146,14 @@ {% endif %} {% available_teams as available_teams %} - {% for team in available_team %} - {{ team }} - {% endfor %} + {% if available_teams %} +

Available Teams

+ + {% endif %} {% endblock %}