mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-12-10 14:27:51 +01:00
Solve bug in join tournament
This commit is contained in:
@@ -105,6 +105,7 @@ class ParticipationForm(forms.ModelForm):
|
|||||||
),
|
),
|
||||||
'final',
|
'final',
|
||||||
)
|
)
|
||||||
|
self.helper.form_tag = False
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Participation
|
model = Participation
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ from django.utils.translation import gettext_lazy as _
|
|||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||||
|
|
||||||
ADMINS = [("Emmy D'Anello", "emmy.danello@animath.fr")]
|
ADMINS = [("Emmy D'Anello", "emmy.danello@animath.fr"), ("Maxime JUST", "maxime.just@ens-lyon.fr")]
|
||||||
|
|
||||||
# Quick-start development settings - unsuitable for production
|
# Quick-start development settings - unsuitable for production
|
||||||
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
|
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
|
||||||
|
|||||||
Reference in New Issue
Block a user