mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 00:28:22 -05:00
fixed ci/static path
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
<!-- Bootstrap 4 -->
|
<!-- Bootstrap 4 -->
|
||||||
<link id="id_main_css" href="{% theme_url request %}" rel="stylesheet">
|
<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/popper.min.js' %}"></script>
|
||||||
<script src="{% static '/js/bootstrap.min.js' %}"></script>
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
||||||
|
|
||||||
<!-- Select2 for use with django autocomplete light -->
|
<!-- Select2 for use with django autocomplete light -->
|
||||||
<link href="{% static 'css/select2.min.css' %}" rel="stylesheet"/> <!-- TODO this style sheet might not be necessary -->
|
<link href="{% static 'css/select2.min.css' %}" rel="stylesheet"/> <!-- TODO this style sheet might not be necessary -->
|
||||||
|
|||||||
Reference in New Issue
Block a user