timetoconfirm
Raz 7 months ago
parent 29bda0d620
commit 5fbfb3922b
  1. 1
      tournaments/models/tournament.py
  2. 3
      tournaments/templates/tournaments/tournament_info.html

@ -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)}")

@ -13,7 +13,6 @@
{% include 'tournaments/navigation_tournament.html' %}
<div class="grid-x">
<div class="cell medium-12 large-6 padding10">
{% if tournament.enable_online_registration and team %}
<h1 class="club padding10 topmargin20">Votre équipe</h1 >
@ -158,6 +157,8 @@
</div>
</div>
{% endif %}
</div>
<div class="cell medium-12 large-6 padding10">
<h1 class="club padding10 topmargin20">{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}</h1>
<div class="bubble">

Loading…
Cancel
Save