1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 03:00:34 +02:00

Store round dates

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-06-07 16:03:42 +02:00
parent 38ceef7a54
commit cf92c78d03
5 changed files with 188 additions and 122 deletions

View File

@ -129,6 +129,7 @@ class TournamentForm(forms.ModelForm):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
if settings.TFJM_APP != "ETEAM":
del self.fields['date_third_phase']
del self.fields['solutions_available_third_phase']
del self.fields['syntheses_third_phase_limit']