Add: scripts template
This commit is contained in:
parent
8a6d190688
commit
1b8ccac961
1 changed files with 6 additions and 0 deletions
6
archivist/apps/templates/includes/scripts.html
Normal file
6
archivist/apps/templates/includes/scripts.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<!-- Core JS Files -->
|
||||||
|
|
||||||
|
<script src="{% static 'libs/bootstrap/bootstrap.bundle.min.js' %}" type="text/javascript"></script>
|
Loading…
Reference in a new issue