diff --git a/src/teams/templates/team_list.html b/src/teams/templates/team_list.html index 549b1020..3e2fd784 100644 --- a/src/teams/templates/team_list.html +++ b/src/teams/templates/team_list.html @@ -16,9 +16,7 @@ Teams | {{ block.super }} Area Responsible Members - {% if request.user.is_authenticated %} - Action - {% endif %} + Actions @@ -55,6 +53,8 @@ Teams | {{ block.super }} {% endif %} {% endif %} + {% else %} + Login to join! {% endif %} {% endfor %}