Skip to content

Commit fba83f9

Browse files
committed
Remove #ask
1 parent d7a9363 commit fba83f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_frontend/contrib/image/image_save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_image_plugin(filename, file, parent_plugin, **kwargs):
2929
img.config.update(
3030
{
3131
"picture": {"pk": image_obj.pk, "model": "filer.image"},
32-
"use_no_cropping": True, # ask
32+
"use_no_cropping": True,
3333
}
3434
)
3535
add_plugin(parent_plugin.placeholder, img)

0 commit comments

Comments
 (0)