This commit is contained in:
2018-03-21 15:38:15 +01:00
parent aeb9428828
commit 524678afe8
15 changed files with 1 additions and 137 deletions

View File

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