From 673eaeb10d84c81de03a0d854440281da208c81d Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Sat, 4 Nov 2023 09:31:29 +0100 Subject: [PATCH] feat #34: add error UI --- polyculeconnect/templates/error.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/polyculeconnect/templates/error.html b/polyculeconnect/templates/error.html index 4a9acbe..db78f4a 100644 --- a/polyculeconnect/templates/error.html +++ b/polyculeconnect/templates/error.html @@ -1,8 +1,10 @@ {{ template "header.html" . }} -
-

{{ .ErrType }}

-

{{ .ErrMsg }}

+
+
+

{{ .ErrType }}

+

{{ .ErrMsg }}

+
{{ template "footer.html" . }} \ No newline at end of file