From d9d239e06b9a3aeb6416ae4d6bf2ea4222f83ee9 Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Sat, 12 Apr 2025 20:01:20 -0700 Subject: [PATCH] Update dashboard return link in error page Changed the return link from the root URL ("/") to the specific dashboard URL ("/dashboard") for better navigation. --- templates/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/error.html b/templates/error.html index 683e011..812e0cd 100644 --- a/templates/error.html +++ b/templates/error.html @@ -15,7 +15,7 @@

ERROR!

CODE: SYS_EXCEPTION_0x69420

{{ message }}

- RETURN TO DASHBOARD + RETURN TO DASHBOARD