initial django base
This commit is contained in:
9
app/common/templates/error500.html
Normal file
9
app/common/templates/error500.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>500 - Internal Server Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>500 - Internal Server Error</h1>
|
||||
<p>Your request caused an internal server error. This has been logged and our developers will implement a fix shortly.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user