Switch from stacked to tabular inlines for magazines

This commit is contained in:
2025-12-08 23:02:32 +01:00
parent 7f456890dd
commit 8a3101364e
3 changed files with 14 additions and 37 deletions

View File

@@ -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)