diff --git a/recoverdir/forms.py b/recoverdir/forms.py index d9ce289..f828405 100644 --- a/recoverdir/forms.py +++ b/recoverdir/forms.py @@ -258,10 +258,10 @@ class RDTrustPersonF(forms.ModelForm): model = RDTrustPerson fields = '__all__' - #fields = ['rd_name','rd_company','rd_adresse','rd_tel', 'rd_mail'] + fields = ['rd_name','rd_company','rd_adresse','rd_tel', 'rd_mail'] labels = { - #'rd_name' : "Vor- und Nachname", + 'rd_name' : "Vor- und Nachname", 'rd_company' : "Firma", 'rd_adresse' : "Adresse", 'rd_mail' : "E-Mailadresse", diff --git a/recoverdir/models.py b/recoverdir/models.py index c5e2318..b57d1da 100644 --- a/recoverdir/models.py +++ b/recoverdir/models.py @@ -85,7 +85,7 @@ class RDTrustPerson(models.Model): agency = models.ForeignKey(Agency, on_delete=models.CASCADE, null=True) # REIN - #rd_name = encrypt(models.CharField(max_length=500, blank=True, default="", null=True)) + rd_name = encrypt(models.CharField(max_length=500, blank=True, default="", null=True)) # ENDE # RAUS