Skip to content
Snippets Groups Projects

Resolve "Use Select2 everywhere"

Merged Tom Teichler requested to merge 102-use-select2-everywhere into master
All threads resolved!
Compare and
6 files
+ 22
2
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -7,6 +7,7 @@
{% block bootstrap4_extra_head %}
{% fa_css %}
{% include_css "DataTables-Bootstrap4" %}
{% include_css "SELECT2" %}
{% include 'core/icons.html' %}
<link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" />
<link rel="stylesheet" href="{% static 'css/style.css' %}" />
@@ -17,6 +18,7 @@
{% block bootstrap4_extra_script %}
{% include_js "DataTables" %}
{% include_js "DataTables-Bootstrap4" %}
{% include_js "Select2" %}
<script type="text/javascript" src="{% static 'js/main.js' %}" /></script>
{% endblock %}
Loading