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 %}