diff --git a/ap_src/templates/api_pages/teams.html b/ap_src/templates/api_pages/teams.html index 5c5c4638..4d41014f 100644 --- a/ap_src/templates/api_pages/teams.html +++ b/ap_src/templates/api_pages/teams.html @@ -1,7 +1,8 @@ {% load static %}
-

Teams

+

Teams

+ {% if team_data %} {% for team in team_data %}
@@ -15,5 +16,15 @@

Teams

{% endfor %} + {% else %} +
+
+ There are no teams currently available. +
+
+ {% endif %} + + Go back to joined teams +
\ No newline at end of file