From 5fbfb3922bf3d3f6e71274728278015f2286ab53 Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 16 Apr 2025 06:49:31 +0200 Subject: [PATCH] fix ttc --- tournaments/models/tournament.py | 1 + tournaments/templates/tournaments/tournament_info.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tournaments/models/tournament.py b/tournaments/models/tournament.py index d0b4265..ca81830 100644 --- a/tournaments/models/tournament.py +++ b/tournaments/models/tournament.py @@ -1586,6 +1586,7 @@ class Tournament(BaseModel): ) print(f"Is weekend: {is_weekend}, Before hours: {before_hours}, After hours: {after_hours}") + print(f"Live testing: {live_testing}") print(f"Current time: {current_time}") print(f"Minutes to confirm: {minutes_to_confirm}") print(f"Raw deadline before rounding: {current_time + timezone.timedelta(minutes=minutes_to_confirm)}") diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index b686adb..10f6e56 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -13,7 +13,6 @@ {% include 'tournaments/navigation_tournament.html' %}
-
{% if tournament.enable_online_registration and team %}

Votre équipe

@@ -158,6 +157,8 @@
{% endif %} + +

{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}