Skip to content

Commit

Permalink
fix missing templatetags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Meylan committed Feb 24, 2017
1 parent 550109c commit 08d17e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmsplugin_gridloading/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.0.5"
__version__ = "0.0.6"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load cms_tags thumbnail is_portrait staticfiles %}
{% load cms_tags thumbnail staticfiles %}
<img
{% with main_src=srcset.lg %}
{% thumbnail image.file main_src.size crop=main_src.crop upscale=main_src.upscale subject_location=image.subject_location as main_thumb %}
Expand Down

0 comments on commit 08d17e7

Please sign in to comment.