clean up
This commit is contained in:
@@ -15,9 +15,6 @@ from image_cropping import ImageRatioField
|
||||
from project.utils import AbstractClassWithoutFieldsNamed as without
|
||||
|
||||
|
||||
class User(CorporateMemberZoneAbstractUser):
|
||||
pass
|
||||
|
||||
class ImageExtension(PageExtension):
|
||||
image = CroppableFilerImageField(verbose_name='Bild', null=True, blank=True)
|
||||
cropping = ImageRatioField('image', '1000x1000', free_crop=True)
|
||||
|
||||
Reference in New Issue
Block a user