From f4990153e6dd1e98e2271f2fdc961b1927c9cf34 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 25 Oct 2020 17:24:43 +0100 Subject: [PATCH] rdontact --- recoverdir/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recoverdir/forms.py b/recoverdir/forms.py index f828405..0f924bc 100644 --- a/recoverdir/forms.py +++ b/recoverdir/forms.py @@ -257,7 +257,7 @@ class RDTrustPersonF(forms.ModelForm): class Meta: model = RDTrustPerson - fields = '__all__' + #fields = '__all__' fields = ['rd_name','rd_company','rd_adresse','rd_tel', 'rd_mail'] labels = {