Qwann/base template #29

Open
narmanli wants to merge 2 commits from Qwann/base_template into master
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 6cc773ae1e - Show all commits

2
shared/static/js/backbone-min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -67,6 +67,7 @@
{# Global javascript #}
<script src="{% static "js/jquery-3.2.1.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/bootstrap.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/backbone.min.js" %}" type="text/javascript"></script>
{% block extra_js %}
{# Override this in templates to add extra javascript #}