From 3be56e0886e2b6b34163de7528f9c5005dd00466 Mon Sep 17 00:00:00 2001 From: karemarsy Date: Fri, 1 May 2020 13:56:39 +0200 Subject: [PATCH] Add the nav-bar on 404,422,500 pages --- public/404.html | 24 ++++++++++++++++++++++++ public/422.html | 26 +++++++++++++++++++++++++- public/500.html | 24 ++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index e91843c..a2fc80c 100644 --- a/public/404.html +++ b/public/404.html @@ -9,6 +9,30 @@ +
diff --git a/public/422.html b/public/422.html index 9c19266..438e389 100644 --- a/public/422.html +++ b/public/422.html @@ -9,11 +9,35 @@ +
-

405

+

422

The change you wanted was rejected.

Maybe you tried to change something you didn't have access to.

If you are the application owner check the logs for more information.



diff --git a/public/500.html b/public/500.html index 51d671f..5517fc0 100644 --- a/public/500.html +++ b/public/500.html @@ -9,6 +9,30 @@ +