[Style]: Fix error-page button location

This commit is contained in:
ClaraCrazy 2025-12-26 01:44:34 +01:00
parent 46721d2f06
commit 1cf35f76f0
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -1,10 +1,13 @@
{% extends 'layout.twig' %}
{% block body %}
{% block header %}
<div class="action-links">
<a href="/inbox/{{ address }}">← Return to inbox</a>
<a href="/logout">Logout</a>
</div>
{% endblock %}
{% block body %}
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>