From: Radek Czajka <rczajka@rczajka.pl> Date: Fri, 18 Mar 2022 09:10:32 +0000 (+0100) Subject: Switch scss compilers; add none to user assign menu. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/883ff4f05600c543ac92a47416fcef3ac1f1f98b Switch scss compilers; add none to user assign menu. --- diff --git a/src/documents/templates/documents/book_list/book_list.html b/src/documents/templates/documents/book_list/book_list.html index 812ea791..b0f26e81 100644 --- a/src/documents/templates/documents/book_list/book_list.html +++ b/src/documents/templates/documents/book_list/book_list.html @@ -117,6 +117,7 @@ </select> <select name="active-users" style="display:none;"> + <option value="-">- {% trans "none" %} -</option> {% for user in active_users %} <option value="{{ user.username }}">{{ user|username }}</option> {% endfor %} diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index 25ae5675..1570e636 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -127,7 +127,7 @@ PIPELINE = { 'CSS_COMPRESSOR': None, 'JS_COMPRESSOR': None, 'COMPILERS': ( - 'libsasscompiler.LibSassCompiler', + 'pipeline.compilers.sass.SASSCompiler', ), # CSS and JS files to compress