mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-11 00:58:39 +03:00
Fixed default error pages 404-500
This commit is contained in:
parent
73cd338325
commit
80bf97a8b1
@ -25,6 +25,7 @@ webencodings
|
||||
xml-marshaller
|
||||
ipython
|
||||
pyvmomi
|
||||
XenAPI
|
||||
PyJWT
|
||||
pylibmc
|
||||
gunicorn
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
function onLoad() {
|
||||
var msg = window.btoa(django.gettext('Page not found'));
|
||||
var msg = '16'
|
||||
window.location.href = "{% url 'page.error' 'param' %}".replace('param', msg);
|
||||
}
|
||||
</script>
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
function onLoad() {
|
||||
var msg = window.btoa(django.gettext('Internal server error'));
|
||||
var msg = '17';
|
||||
window.location.href = "{% url 'page.error' 'param' %}".replace('param', msg);
|
||||
}
|
||||
</script>
|
||||
|
1
server/target/pylist.json
Normal file
1
server/target/pylist.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user