wcs: fix renderer name to use in case of an error (#7426)

This commit is contained in:
Frédéric Péters 2015-06-06 16:18:13 +02:00
parent 50a8619721
commit b2168d8af0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class WcsBlurpMixin(object):
except KeyError:
# in case of the site disappeared from settings
return cmsplugin_blurp.utils.create_renderer(self.variable_name, {
'class': 'cmsplugin_blurp.renderers.template.Renderer',
'class': 'cmsplugin_blurp.renderers.template.TemplateRenderer',
'template': ''
})
else: