This commit is contained in:
holger.trampe 2020-10-25 17:22:02 +01:00
parent 0cbb4fba31
commit 18970455fb
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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