Improve upload form usability: clearer date and tag fields
This commit is contained in:
parent
7514be0c10
commit
ff3cfb9a66
7 changed files with 24 additions and 6 deletions
|
|
@ -8,7 +8,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% block title %}{% trans "Upload" %}{% endblock %}
|
||||
|
||||
{% block extrajs %}
|
||||
<script src="{% static 'upload.js' %}"></script>
|
||||
<script src="{% url 'javascript-catalog' %}"></script>
|
||||
<script src="{% static 'jquery-3.6.0.min.js' %}"></script> {# jQuery first #}
|
||||
{{ form.media }} {# Select2 JS/CSS comes after jQuery #}
|
||||
<script src="{% static 'upload.js' %}"></script> {# your custom JS last #}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue