Add UngleichServiceItem model
This commit is contained in:
parent
432d109c48
commit
8a2eb8307a
1 changed files with 9 additions and 0 deletions
|
@ -87,3 +87,12 @@ class AboutItem(UngelichPicture):
|
|||
return "{alignment} - {title}".format(
|
||||
alignment=alignment, title=self.title
|
||||
)
|
||||
|
||||
|
||||
class UngleichServiceItem(ServiceItem):
|
||||
data_replaced_image = FilerImageField(
|
||||
null=True,
|
||||
blank=True,
|
||||
related_name="service_item_data_replaced_image",
|
||||
on_delete=models.SET_NULL
|
||||
)
|
Loading…
Reference in a new issue