mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add js.cookie.js to base.html
This commit is contained in:
parent
e966e6c030
commit
99bd6930b9
2 changed files with 154 additions and 1 deletions
|
@ -48,6 +48,8 @@
|
|||
<script src="{% static "js/jquery.js" %}"></script>
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
||||
<!-- JavaScript Cookie -->
|
||||
<script src="{% static "js/js.cookie.js" %}"></script>
|
||||
{% block script %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue