Mailfehler

This commit is contained in:
holger.trampe 2020-03-06 20:43:37 +01:00
parent 9a1903533b
commit 3ebd4cab01
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Agency(models.Model):
street = models.CharField(default="", max_length=200, blank=True)
city = models.CharField(default="", max_length=200, blank=True)
plz = models.CharField(default="", max_length=5, blank=True)
agency_email = models.EmailField(default="", blank=True)
email = models.EmailField(default="", blank=True)
phone = models.CharField(default="", max_length=50, blank=True)
agencypic = models.ImageField(default='agencymain/default.jpg', upload_to=picturepath_agency, blank=True)