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

Compare commits

..

1 Commits

Author SHA1 Message Date
thomasl
a31ee11616 Merge branch 'Automation_mailing_lists' into 'main'
Draft: Automation mailing lists

See merge request bde/nk20!280
2025-01-27 09:44:31 +01:00

View File

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