mirror of
https://github.com/daniviga/django-ram.git
synced 2025-12-26 15:28:31 +01:00
Switch from stacked to tabular inlines for magazines
This commit is contained in:
@@ -221,3 +221,6 @@ class MagazineIssue(BaseBook):
|
||||
"Cannot set an issue as published if the magazine is not "
|
||||
"published."
|
||||
)
|
||||
|
||||
def preview(self):
|
||||
return self.image.first().image_thumbnail(100)
|
||||
|
||||
Reference in New Issue
Block a user