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>