diff --git a/asteroid.lisp b/asteroid.lisp index 8b26fac..8db2551 100644 --- a/asteroid.lisp +++ b/asteroid.lisp @@ -1009,6 +1009,7 @@ (error () 0)))) (clip:process-to-string (load-template "admin") + :navbar-exclude '("admin") :title "đĩ ASTEROID RADIO - Admin Dashboard" :server-status "đĸ Running" :database-status (handler-case @@ -1027,6 +1028,7 @@ (require-authentication) (clip:process-to-string (load-template "users") + :navbar-exclude '("profile" "users") :title "ASTEROID RADIO - User Management")) ;; User Profile page (requires authentication) @@ -1035,6 +1037,7 @@ (require-authentication) (clip:process-to-string (load-template "profile") + :navbar-exclude '("about" "status" "profile") :title "đ§ admin - Profile | Asteroid Radio" :username "admin" :user-role "admin" diff --git a/template/admin.ctml b/template/admin.ctml index c981b48..a3baa35 100644 --- a/template/admin.ctml +++ b/template/admin.ctml @@ -5,19 +5,13 @@ - +
-
+
ASTEROID RADIO - LOGIN
-
+
ASTEROID RADIO - REGISTER
-
+
-
-
-
+ - For detailed system status and administration, please visit the Admin Dashboard. -
-+ For detailed system status and administration, please visit the Admin Dashboard. +
+