Merged in [9962] from rjsparks@nostrum.com:
Include some missing css and javascript for the submit/edit page. Fixes #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 56f31cf083
This commit is contained in:
commit
b26efc82f5
|
@ -6,6 +6,12 @@
|
|||
|
||||
{% load submit_tags %}
|
||||
|
||||
{% block pagehead %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="/css/lib/select2.css">
|
||||
<link rel="stylesheet" href="/css/lib/select2-bootstrap.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Adjust meta-data of submitted {{ submission.name }}{% endblock %}
|
||||
|
||||
{% block submit_content %}
|
||||
|
@ -89,3 +95,8 @@
|
|||
{% include "submit/problem-reports-footer.html" %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script src="/js/lib/select2-3.5.2.min.js"></script>
|
||||
<script src="/js/select2-field.js"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue