1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Hide the credit interface when editing a WEI registration

This commit is contained in:
Yohann D'ANELLO
2020-08-10 20:09:49 +02:00
parent 6567d2f8cc
commit 3784e97d60
3 changed files with 29 additions and 21 deletions

View File

@ -129,7 +129,8 @@ class WEIMembershipForm(forms.ModelForm):
attrs={
'api_url': '/api/wei/team/',
'placeholder': 'Équipe ...',
}
},
resetable=True,
),
}