{% extends "admin/index.html" %} {% block content %}
<body style="background: #c74638">
<div style="display: flex; flex-direction: column; align-items: center">
<div
style="
color: white;
font-family: monospace;
font-size: xx-large;
font-weight: bold;
text-align: center;
padding: 30px;
"
>
{{ message }}
</div>
<input
type="button"
value="Назад"
style="width: min-content; padding: 0 10px"
onClick="javascript:history.go(-1);"
/>
</div>
</body>
{% endblock %}