Switch scss compilers; add none to user assign menu.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 18 Mar 2022 09:10:32 +0000 (10:10 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 18 Mar 2022 09:10:32 +0000 (10:10 +0100)
src/documents/templates/documents/book_list/book_list.html
src/redakcja/settings/__init__.py

index 812ea79..b0f26e8 100644 (file)
 </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 %}
index 25ae567..1570e63 100644 (file)
@@ -127,7 +127,7 @@ PIPELINE = {
     'CSS_COMPRESSOR': None,
     'JS_COMPRESSOR': None,
     'COMPILERS': (
-        'libsasscompiler.LibSassCompiler',
+        'pipeline.compilers.sass.SASSCompiler',
     ),
 
     # CSS and JS files to compress