changeset 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 d51a3381cb78
children 263a00e90174
files sat/tools/common/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/tools/common/template.py	Sun Sep 23 17:02:47 2018 +0200
+++ b/sat/tools/common/template.py	Thu Sep 27 08:50:38 2018 +0200
@@ -885,7 +885,7 @@
             template_data=template_data,
             media_path=media_path,
             css_files=css_files,
-            css_files_noscript=css_files,
+            css_files_noscript=css_files_noscript,
             locale=self._locale,
             gidx=Indexer(),
             script=scripts_handler,