Improve shared template layout

This commit is contained in:
Edward Betts 2026-05-18 23:20:45 +01:00
parent 93f49c5554
commit 165acb8e2e
2 changed files with 33 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<div class="col-md-7">
<div class="alert alert-danger">
<h4 class="alert-heading">Something went wrong</h4>
<p class="mb-0"><code>{{ message | e | replace('\n', '<br>\n') | safe }}</code></p>
<code class="d-block mb-0" style="white-space: pre-line">{{ message }}</code>
</div>
<a href="{{ url_for('index') }}" class="btn btn-outline-secondary btn-sm">Back to home</a>
</div>