mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Adding capability of pretty error pages (#13852)
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
This commit is contained in:
7
awx/static/custom_404.html
Normal file
7
awx/static/custom_404.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Redirecting</title>
|
||||
<meta http-equiv="refresh" content="0;URL='/#'"/>
|
||||
</head>
|
||||
<body>Redirecting</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user