1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-28 04:32:30 +02:00
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-23 23:05:10 +01:00
parent 2c54f315f6
commit 7b4e867e33
8 changed files with 13 additions and 15 deletions

View File

@ -281,4 +281,3 @@ class PaymentForm(forms.ModelForm):
class Meta:
model = Payment
fields = ('type', 'receipt', 'additional_information',)