diff --git a/webapp/models.py b/webapp/models.py index 7676bf3..520af45 100644 --- a/webapp/models.py +++ b/webapp/models.py @@ -220,7 +220,7 @@ class Official(models.Model): email = models.EmailField(_('Email address')) phone_number = PhoneNumberField(_('Phone number')) role_history = models.ManyToManyField('Occupation', 'officials', blank=True) - image = models.ImageField(null=True) + image = models.ImageField(blank=True, null=True) @staticmethod def by_year(year):