Skip to content
Snippets Groups Projects
Verified Commit 9cc8801b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use ANY_JS to include css.

parent cf88e418
No related branches found
No related tags found
1 merge request!67Resolve "Migrate to material-design-icons"
...@@ -257,6 +257,7 @@ ANY_JS = { ...@@ -257,6 +257,7 @@ ANY_JS = {
"css_url": JS_URL + "/datatables/media/css/dataTables.bootstrap4.min.css", "css_url": JS_URL + "/datatables/media/css/dataTables.bootstrap4.min.css",
"js_url": JS_URL + "/datatables/media/js/dataTables.bootstrap4.min.js", "js_url": JS_URL + "/datatables/media/js/dataTables.bootstrap4.min.js",
}, },
"material-design-icons": STATIC_URL + "@mdi/font/css/materialdesignicons.css",
} }
SASS_PROCESSOR_AUTO_INCLUDE = False SASS_PROCESSOR_AUTO_INCLUDE = False
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
{% block bootstrap4_extra_head %} {% block bootstrap4_extra_head %}
{% include_css "DataTables-Bootstrap4" %} {% include_css "DataTables-Bootstrap4" %}
{% include_css "material-design-icons"%}
{% include 'core/icons.html' %} {% include 'core/icons.html' %}
<link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" /> <link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" />
<link rel="stylesheet" href="{% static 'css/style.css' %}" /> <link rel="stylesheet" href="{% static 'css/style.css' %}" />
<link rel="stylesheet" href="{% static '@mdi/font/css/materialdesignicons.css' %}" />
{% endblock %} {% endblock %}
{% block bootstrap4_title %}BiscuIT School Information System{% endblock %} {% block bootstrap4_title %}BiscuIT School Information System{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment