mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
point select2 js resources to local statifiles
This commit is contained in:
parent
0640018426
commit
f5c878b267
1 changed files with 3 additions and 3 deletions
|
@ -46,11 +46,11 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
|
src="{% static 'jquery-3.7.1.slim.min.js' %}"
|
||||||
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
|
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
|
<link href="{% static 'select2.min.css' %}" rel="stylesheet"/>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
|
<script src="{% static 'select2.min.js' %}"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "admin.css" %}">
|
<link rel="stylesheet" type="text/css" href="{% static "admin.css" %}">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue