mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-12-10 17:07:49 +01:00
Solve bug in join tournament
This commit is contained in:
@@ -105,6 +105,7 @@ class ParticipationForm(forms.ModelForm):
|
||||
),
|
||||
'final',
|
||||
)
|
||||
self.helper.form_tag = False
|
||||
|
||||
class Meta:
|
||||
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__)))
|
||||
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
|
||||
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
|
||||
|
||||
Reference in New Issue
Block a user