From 9b04c5024d33e7b6b129d2f90c13c68a4fe80c72 Mon Sep 17 00:00:00 2001 From: Ramiro Medina <64783088+ramedina86@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:43:19 +0000 Subject: [PATCH] fix: Unauth template --- src/writer/templates/auth_unauthorized.html | 78 ++++++++++++++------- 1 file changed, 52 insertions(+), 26 deletions(-) diff --git a/src/writer/templates/auth_unauthorized.html b/src/writer/templates/auth_unauthorized.html index 460e57a8d..ca22e6f23 100644 --- a/src/writer/templates/auth_unauthorized.html +++ b/src/writer/templates/auth_unauthorized.html @@ -1,35 +1,61 @@ - + -
-

{{status_code}} {{message}}

-

{{more_info | safe}}

-
+
+

{{status_code}}

+

{{message}}

+
{{more_info | safe}}
+ Drawing of sad woman +
- + + \ No newline at end of file