|
|
|
@ -27,6 +27,8 @@
|
|
|
|
|
<link href="{{ url_for('static',filename='css/bazarr.css') }}" id="theme" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='datatables/datatables.min.css') }}">
|
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
|
href="{{ url_for('static',filename='datatables/responsive.dataTables.min.css') }}">
|
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
|
href="{{ url_for('static',filename='plugins/datatables.net-bs4/css/dataTables.bootstrap4.min.css') }}">
|
|
|
|
|
{% endblock head_css %}
|
|
|
|
@ -219,6 +221,7 @@
|
|
|
|
|
<script src="{{ url_for('static',filename='plugins/sticky-kit-master/dist/sticky-kit.min.js') }}"></script>
|
|
|
|
|
<!--Custom JavaScript -->
|
|
|
|
|
<script src="{{ url_for('static',filename='datatables/jquery.dataTables.min.js') }}"></script>
|
|
|
|
|
<script src="{{ url_for('static',filename='datatables/dataTables.responsive.min.js') }}"></script>
|
|
|
|
|
<script src="{{ url_for('static',filename='plugins/datatables.net-bs4/js/dataTables.bootstrap4.min.js') }}"></script>
|
|
|
|
|
<script src="{{ url_for('static',filename='js/custom.js') }}"></script>
|
|
|
|
|
|
|
|
|
|