mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-10-29 14:59:59 +01:00
Compare commits
2 Commits
a31ee11616
...
86e427a00b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86e427a00b | ||
|
|
623290827a |
@@ -76,7 +76,7 @@ class ProfileForm(forms.ModelForm):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = Profile
|
model = Profile
|
||||||
fields = '__all__'
|
fields = '__all__'
|
||||||
exclude = ('user', 'email_confirmed', 'registration_valid', )
|
exclude = ('user', 'email_confirmed', 'registration_valid','ml_sport_registration', )
|
||||||
|
|
||||||
|
|
||||||
class ImageForm(forms.Form):
|
class ImageForm(forms.Form):
|
||||||
|
|||||||
Reference in New Issue
Block a user