From 6b7f385a1d261446e35485703f634b46268ee075 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Wed, 4 Feb 2026 21:56:42 +0100 Subject: [PATCH] fix: correct settings section ID in admin sidebar template Change section ID from 'settingsSection' to 'settings' to match the core module definition. This restores visibility of settings and my-menu items in the admin sidebar. Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/partials/sidebar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/admin/partials/sidebar.html b/app/templates/admin/partials/sidebar.html index d1d372a9..4d6ef4d4 100644 --- a/app/templates/admin/partials/sidebar.html +++ b/app/templates/admin/partials/sidebar.html @@ -159,9 +159,9 @@ -
- {{ section_header('Platform Settings', 'settingsSection') }} - {% call section_content('settingsSection') %} +
+ {{ section_header('Platform Settings', 'settings') }} + {% call section_content('settings') %} {{ menu_item('settings', '/admin/settings', 'cog', 'General') }} {{ menu_item('email-templates', '/admin/email-templates', 'mail', 'Email Templates') }}