diff --git a/AUTHORS.rst b/AUTHORS.rst index d18d10c..83a90c4 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -11,6 +11,7 @@ Contributors ------------ * alex +* Bryan Marty * Carlo Ascani * Christoph Reimers * cluster-master diff --git a/HISTORY.rst b/HISTORY.rst index 5901fe0..3e8c4a5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -22,6 +22,7 @@ History * Improved admin filtering. * Added featured date to post. * Fixed issue with urls in sitemap if apphook is not published +* Use the easy_thumbnails_tags template tag. Require easy_thumbnails >= 2.4.1 ******************* diff --git a/djangocms_blog/templates/djangocms_blog/includes/blog_item.html b/djangocms_blog/templates/djangocms_blog/includes/blog_item.html index d4abd15..8e3b4be 100644 --- a/djangocms_blog/templates/djangocms_blog/includes/blog_item.html +++ b/djangocms_blog/templates/djangocms_blog/includes/blog_item.html @@ -1,4 +1,4 @@ -{% load i18n thumbnail cms_tags %} +{% load i18n easy_thumbnails_tags cms_tags %}
diff --git a/djangocms_blog/templates/djangocms_blog/includes/blog_meta.html b/djangocms_blog/templates/djangocms_blog/includes/blog_meta.html index df1e6c5..9eaec49 100644 --- a/djangocms_blog/templates/djangocms_blog/includes/blog_meta.html +++ b/djangocms_blog/templates/djangocms_blog/includes/blog_meta.html @@ -1,4 +1,4 @@ -{% load i18n thumbnail cms_tags %} +{% load i18n easy_thumbnails_tags cms_tags %}