Archived
1
0
Fork 0

Update error page

This commit is contained in:
Ethanell 2020-08-14 20:13:38 +02:00
parent ceae501835
commit 005bbf22bb
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,6 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: max-content; width: max-content;
min-height: 80%;
height: auto; height: auto;
padding: 1em; padding: 1em;
margin: auto; margin: auto;

View file

@ -1,6 +1,7 @@
extends layout extends layout
block content block content
h1= message div.card
h2= error.status h1= message
pre #{error.stack} h2= error.status
pre #{error.stack}