Add images to Officials
This commit is contained in:
@@ -220,6 +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)
|
||||
|
||||
@staticmethod
|
||||
def by_year(year):
|
||||
|
||||
Reference in New Issue
Block a user