This commit is contained in:
reverend 2020-11-29 19:23:39 +01:00
parent 4e0bfef483
commit cfbb876d2c

View File

@ -72,7 +72,7 @@ class PlaceAsset(Submittable):
null=True
)
class PlaceImage (Submittable):
class PlaceImage (PlaceAsset):
"""
PlaceImage defines an image file object that points to a file in uploads/.
Intermediate image sizes are generated as defined in THUMBNAIL_ALIASES.