webs unified
This commit is contained in:
14
web/templates/ui/error.html
Normal file
14
web/templates/ui/error.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{# Load failures that are not worth a redirect — crate::ui::ErrorPage #}
|
||||
{% extends "ui/base.html" %}
|
||||
|
||||
{% block title %}{{ heading }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<main>
|
||||
<div class="error-page">
|
||||
<h1>{{ heading }}</h1>
|
||||
<p>{{ message }}</p>
|
||||
<a href="/admin">Back to the admin panel</a>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user