This commit is contained in:
holger.trampe 2020-10-25 17:21:20 +01:00
parent 58076d3abf
commit 0cbb4fba31
2 changed files with 4 additions and 4 deletions

View File

@ -257,11 +257,11 @@ class RDTrustPersonF(forms.ModelForm):
class Meta:
model = RDTrustPerson
#fields = '__all__'
fields = ['rd_name','rd_company','rd_adresse','rd_tel', 'rd_mail']
fields = '__all__'
#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