1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-11-17 07:27:42 +01:00

Fix linters + Fix translations

This commit is contained in:
Maxime JUST
2025-11-11 18:50:01 +01:00
parent c8eefb0991
commit 49729485b7
5 changed files with 293 additions and 296 deletions

View File

@@ -251,8 +251,6 @@ class CoachRegistrationForm(forms.ModelForm):
"""
A coach can tell its professional activity.
"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)