1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-05 14:53:01 +00:00

Update file forms.py

This commit is contained in:
thomasl 2025-01-27 16:34:45 +01:00
parent a87ce625f3
commit 623290827a

View File

@ -76,7 +76,7 @@ class ProfileForm(forms.ModelForm):
class Meta:
model = Profile
fields = '__all__'
exclude = ('user', 'email_confirmed', 'registration_valid', )
exclude = ('user', 'email_confirmed', 'registration_valid','ml_sport_registration', )
class ImageForm(forms.Form):