Include the bootstrap icons in the editor view

This commit is contained in:
Henrik Giesel 2021-02-27 20:06:57 +01:00
parent fb5763afb6
commit 31cba30873

View File

@ -221,6 +221,7 @@ class Editor:
_html % (bgcol, topbuts, tr(TR.EDITING_SHOW_DUPLICATES)), _html % (bgcol, topbuts, tr(TR.EDITING_SHOW_DUPLICATES)),
css=[ css=[
"css/vendor/bootstrap.min.css", "css/vendor/bootstrap.min.css",
"css/vendor/bootstrap-icons.css",
"css/editor.css", "css/editor.css",
], ],
js=[ js=[