diff --git a/templates/error.html b/templates/error.html index c1a5018..60246fb 100644 --- a/templates/error.html +++ b/templates/error.html @@ -8,7 +8,7 @@

Something went wrong

-

{{ message }}

+

{{ message | replace('\n', '
') | safe }}

Back to home