From 01de1e9166a7f3df3cef251292afc8b10f354392 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sun, 19 Aug 2018 21:40:46 +0200 Subject: [PATCH] =?UTF-8?q?Erreur=20dans=20les=20pr=C3=A9f=C3=A9rences=20a?= =?UTF-8?q?ssociation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preferences/forms.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/preferences/forms.py b/preferences/forms.py index 73731750..b9ccd531 100644 --- a/preferences/forms.py +++ b/preferences/forms.py @@ -168,9 +168,6 @@ class EditAssoOptionForm(ModelForm): self.fields['pseudo'].label = _("Usual name") self.fields['utilisateur_asso'].label = _("Account used for editing" " from /admin") - self.fields['payment'].label = _("Payment") - self.fields['payment_id'].label = _("Payment ID") - self.fields['payment_pass'].label = _("Payment password") self.fields['description'].label = _("Description")