Updates
This commit is contained in:
17
app/templates/error_500.htm
Normal file
17
app/templates/error_500.htm
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
{{head|safe}}
|
||||
</head>
|
||||
<body>
|
||||
{{UserHeader|safe}}
|
||||
<p align="center"><img src="/static/image/stop_500.webp" height="480"></p>
|
||||
<br>
|
||||
<div class="alert alert-danger" role="alert" align="center">
|
||||
{{ThreadVars_message}}
|
||||
</div>
|
||||
<p align="center">
|
||||
<a href="javascript:history.back();"><button class="btn btn-outline-primary">⬅ Назад</button></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user