comparison sat/tools/common/template.py @ 2680:ae5340b57ff8

template: fixed by variable used in css_files_noscript
author Goffi <goffi@goffi.org>
date Thu, 27 Sep 2018 08:50:38 +0200
parents da8f3ac86845
children 38af118a7d74
comparison
equal deleted inserted replaced
2679:d51a3381cb78 2680:ae5340b57ff8
883 # from actual theme if the template doesn't exist in the requested theme. 883 # from actual theme if the template doesn't exist in the requested theme.
884 rendered = template_source.render( 884 rendered = template_source.render(
885 template_data=template_data, 885 template_data=template_data,
886 media_path=media_path, 886 media_path=media_path,
887 css_files=css_files, 887 css_files=css_files,
888 css_files_noscript=css_files, 888 css_files_noscript=css_files_noscript,
889 locale=self._locale, 889 locale=self._locale,
890 gidx=Indexer(), 890 gidx=Indexer(),
891 script=scripts_handler, 891 script=scripts_handler,
892 **kwargs 892 **kwargs
893 ) 893 )