diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 31bddb5..5ca4c5a 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -45,8 +45,15 @@

{% endif %} - {% if tournament.online_register_is_enabled and team is None %} + {% if tournament.online_register_is_enabled %} + +

+

Statut
+
{{ tournament.registration_count_display }}
+

+ {% endif %} + {% if tournament.online_register_is_enabled and team is None %}