Skip to content

Commit d4aba4a

Browse files
author
Mathieu Meylan
committed
cleanup ... version bump: 0.0.7
1 parent 08d17e7 commit d4aba4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmsplugin_gridloading/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.0.6"
2+
__version__ = "0.0.7"

cmsplugin_gridloading/templates/cmsplugin_gridloading/plugins/includes/image.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load cms_tags thumbnail staticfiles %}
1+
{% load cms_tags thumbnail %}
22
<img
33
{% with main_src=srcset.lg %}
44
{% thumbnail image.file main_src.size crop=main_src.crop upscale=main_src.upscale subject_location=image.subject_location as main_thumb %}
@@ -13,4 +13,4 @@
1313
{% endif %}
1414
{% endfor %}"
1515
{% endcomment %}
16-
>
16+
>

0 commit comments

Comments
 (0)