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:
parent
c54111cf56
commit
ee2262a779
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user