fixed ci/static path

This commit is contained in:
vabene1111
2020-06-02 09:01:09 +02:00
parent 821136787d
commit 9fd691b9f0

View File

@@ -20,10 +20,10 @@
<!-- Bootstrap 4 -->
<link id="id_main_css" href="{% theme_url request %}" rel="stylesheet">
<script src="{% static '/js/jquery-3.5.1.min.js' %}"></script>
<script src="{% static 'js/jquery-3.5.1.min.js' %}"></script>
<script src="{% static '/js/popper.min.js' %}"></script>
<script src="{% static '/js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/popper.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<!-- Select2 for use with django autocomplete light -->
<link href="{% static 'css/select2.min.css' %}" rel="stylesheet"/> <!-- TODO this style sheet might not be necessary -->