diff --git a/CTFd/themes/core/templates/teams.html b/CTFd/themes/core/templates/teams.html index 1237f26..baa05f9 100644 --- a/CTFd/themes/core/templates/teams.html +++ b/CTFd/themes/core/templates/teams.html @@ -28,7 +28,7 @@ {% if hide_scores() %} {{ team.name | truncate(50) }} {% else %} - {{ team.name }} + {{ team.name | truncate(50) }} {% endif %}