diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 30b15f5..35360ae 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -238,9 +238,9 @@

{% endif %} - {% if not tournament.is_custom_animation %} {% with status=tournament.get_online_registration_status %} {% if tournament.enable_online_registration %} + {% if not tournament.is_custom_animation %}

Inscription en ligne
@@ -268,6 +268,7 @@ {{ status.status_localized }}

+ {% endif %} {% endif %} {% if status.display_register_option and team is None %} @@ -308,7 +309,6 @@ {% endif %} {% endif %} {% endwith %} - {% endif %}