Skip to content

Commit 6a7dbdb

Browse files
authored
make it possible to work with sorl (#114)
1 parent 92be4eb commit 6a7dbdb

File tree

1 file changed

+1
-1
lines changed
  • djangocms_bootstrap4/contrib/bootstrap4_carousel/templates/djangocms_bootstrap4/carousel/default

1 file changed

+1
-1
lines changed

djangocms_bootstrap4/contrib/bootstrap4_carousel/templates/djangocms_bootstrap4/carousel/default/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load cms_tags thumbnail %}
1+
{% load cms_tags easy_thumbnails_tags %}
22

33
{% thumbnail instance.carousel_image options.size crop=options.crop upscale=options.upscale subject_location=instance.carousel_image.subject_location as thumbnail %}
44

0 commit comments

Comments
 (0)