From d620f496a8de004ceec44a592102830016ae4bf5 Mon Sep 17 00:00:00 2001 From: pdyde Date: Sat, 21 Feb 2026 17:28:46 +0100 Subject: [PATCH] feat: Make footer app name dynamic - Replace hardcoded 'Frankenbot' in footer with {{ app_name }} - Footer now reflects custom app name from settings - Consistent branding across navigation, title, and footer --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index b5e9c4e..3abf8e7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -92,7 +92,7 @@