From 2c4074c83ae79667c623b25601f27bab895c0ac0 Mon Sep 17 00:00:00 2001 From: Stefan Foulis Date: Thu, 14 Jun 2012 14:38:40 +0200 Subject: [PATCH] Revert "change field name in template to reflect model change." This reverts commit 6a04ebec4370afaa51c9e99f97d32583903f6fd5. --- .../templates/cmsplugin_filer_image/image.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cmsplugin_filer_image/templates/cmsplugin_filer_image/image.html b/src/cmsplugin_filer_image/templates/cmsplugin_filer_image/image.html index c695aac5..a6498f44 100644 --- a/src/cmsplugin_filer_image/templates/cmsplugin_filer_image/image.html +++ b/src/cmsplugin_filer_image/templates/cmsplugin_filer_image/image.html @@ -9,16 +9,16 @@ {% else %} {% thumbnail instance.image opts.size crop=opts.crop upscale=opts.upscale as thumbnail %} {% endif %} - {% if link %}{% endif %}{% if link %}{% endif %} + {% if link %}{% endif %}{% if link %}{% endif %} {% endcomment %} {% if instance.image %} {% thumbnail instance.image size crop=opts.crop upscale=opts.upscale subject_location=opts.subject_location as thumbnail %} - {% if link %}{% endif %}{% if link %}{% endif %} + {% if link %}{% endif %}{% if link %}{% endif %} {% else %} {# just a plain link to some external image #} - {% if link %}{% endif %}{% if link %}{% endif %} + {% if link %}{% endif %}{% if link %}{% endif %} {% endif %} {% endspaceless %}