1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Fix 404 template to reference the correct utility JavaScript file

This commit is contained in:
Adolfo Gómez García 2025-02-02 12:32:37 +01:00
parent c54111cf56
commit ee2262a779
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -11,7 +11,7 @@
}
</script>
<script type="text/javascript" src="{% url 'utility.jsCatalog' LANGUAGE_CODE %}"></script>
<script type="text/javascript" src="{% url 'utility-adm.js' %}"></script>
<script type="text/javascript" src="{% url 'utility.js' %}"></script>
<script type="text/javascript">
function onLoad() {