1
0
Fork 0
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:
Jan Krcmar 2016-05-06 10:55:24 +02:00
parent e966e6c030
commit 99bd6930b9
2 changed files with 154 additions and 1 deletions

View file

@ -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>