From 9979178fd5a0902c2140380a867dfca0074f0334 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 1 May 2026 11:33:49 +0300 Subject: [PATCH] style forbidden page with auth-card layout reuse the centered auth-card shell for the 403 page so the error state matches the visual language of the rest of the app, with a primary back-to-home action. --- views/templates/forbidden.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/views/templates/forbidden.php b/views/templates/forbidden.php index 334edac..ef7f0e4 100644 --- a/views/templates/forbidden.php +++ b/views/templates/forbidden.php @@ -7,8 +7,14 @@ -

403 Forbidden

-

You do not have permission to access this page.

- Back to Home +
+
+

403 Forbidden

+

+ You do not have permission to access this page. +

+ Back to Home +
+