rdontact
This commit is contained in:
parent
58076d3abf
commit
0cbb4fba31
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue