From 289e8e8e8cd9e8d315fd160da168e71197266519 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Sun, 21 Sep 2025 19:46:46 +0200 Subject: [PATCH] Hide online registration for custom animation tournaments --- tournaments/templates/tournaments/tournament_info.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 76fc5ea..30b15f5 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -238,6 +238,7 @@

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

@@ -307,6 +308,7 @@ {% endif %} {% endif %} {% endwith %} + {% endif %}