Move transfer.js where it belongs

This commit is contained in:
Alexandre Iooss 2020-09-09 16:45:15 +02:00
parent 0fd3e9db78
commit c720e5483e
2 changed files with 1 additions and 1 deletions

View File

@ -176,5 +176,5 @@ SPDX-License-Identifier: GPL-2.0-or-later
select_receveirs_label = "{% trans "Select receivers" %}";
transfer_type_label = "{% trans "Transfer type" %}";
</script>
<script src="/static/js/transfer.js"></script>
<script src="{% static "note/js/transfer.js" %}"></script>
{% endblock %}