Fix error pages

This commit is contained in:
Sol Fisher Romanoff 2022-11-18 16:05:41 +02:00
parent 97d93cdab2
commit 8ddee79040
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -1,7 +1,8 @@
<header>
<h1><%= gettext("Oops") %></h1>
</header>
<main>
<p><%= @message %></p>
</main>
<div class="panel">
<div class="panel-heading">
<%= gettext("Error") %>
</div>
<div class="status-container">
<%= @message %>
</div>
</div>