Merge branch 'restore_extra_script' into 'master'
restore extra_script See merge request !24
This commit is contained in:
commit
7a4ddcee6d
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="{{ STATIC_URL }}/js/jquery.formset.js"></script>
|
||||
{% block scripts_extra %}{% endblock %}
|
||||
{% block extra_script %}
|
||||
{% endblock %}
|
||||
{% block scripts_extra %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css'>
|
||||
|
|
Loading…
Reference in a new issue