Fix CSS/js inclusion of select2 from new static location. (Looks like this file
was forgotten when we began to use bower.) Commit ready for merge. - Legacy-Id: 10539
This commit is contained in:
parent
495ae645ed
commit
51dba4c5e5
|
@ -8,8 +8,8 @@
|
|||
|
||||
{% block pagehead %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="/css/lib/select2.css">
|
||||
<link rel="stylesheet" href="/css/lib/select2-bootstrap.css">
|
||||
<link rel="stylesheet" href="{% static 'select2/select2.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'select2-bootstrap-css/select2-bootstrap.min.css' %}">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Adjust meta-data of submitted {{ submission.name }}{% endblock %}
|
||||
|
@ -97,6 +97,6 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script src="/js/lib/select2-3.5.2.min.js"></script>
|
||||
<script src="/js/select2-field.js"></script>
|
||||
<script src="{% static 'select2/select2.min.js' %}"></script>
|
||||
<script src="{% static 'ietf/js/select2-field.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue