Skip to content

Commit b26efc8

Browse files
committed
Merged in [9962] from rjsparks@nostrum.com:
Include some missing css and javascript for the submit/edit page. Fixes ietf-tools#1760 (though a more thourogh fix for when javascript is disabled is desirable). - Legacy-Id: 9963 Note: SVN reference [9962] has been migrated to Git commit 56f31cf
2 parents fb3aade + 56f31cf commit b26efc8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ietf/templates/submit/edit_submission.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
{% load submit_tags %}
88

9+
{% block pagehead %}
10+
{{ block.super }}
11+
<link rel="stylesheet" href="/css/lib/select2.css">
12+
<link rel="stylesheet" href="/css/lib/select2-bootstrap.css">
13+
{% endblock %}
14+
915
{% block title %}Adjust meta-data of submitted {{ submission.name }}{% endblock %}
1016

1117
{% block submit_content %}
@@ -89,3 +95,8 @@ <h3>Author {{ forloop.counter }}</h3>
8995
{% include "submit/problem-reports-footer.html" %}
9096
</p>
9197
{% endblock %}
98+
99+
{% block js %}
100+
<script src="/js/lib/select2-3.5.2.min.js"></script>
101+
<script src="/js/select2-field.js"></script>
102+
{% endblock %}

0 commit comments

Comments
 (0)