8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 19:33:11 +00:00

Erreur dans les préférences association

This commit is contained in:
Hugo LEVY-FALK 2018-08-19 21:40:46 +02:00 committed by edpibu
parent 2ffef349bc
commit 431bb6eaff

View file

@ -168,9 +168,6 @@ class EditAssoOptionForm(ModelForm):
self.fields['pseudo'].label = _("Usual name") self.fields['pseudo'].label = _("Usual name")
self.fields['utilisateur_asso'].label = _("Account used for editing" self.fields['utilisateur_asso'].label = _("Account used for editing"
" from /admin") " 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") self.fields['description'].label = _("Description")