From 1726a2f1fb24ee1b0f926dcf4a977c9e567746bf Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 25 May 2026 21:21:37 -0500 Subject: [PATCH] fix: use correct admin layout_footer template in branding page Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/admin/branding.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/branding.tmpl b/templates/admin/branding.tmpl index cfcd727a64..df1e979d6a 100644 --- a/templates/admin/branding.tmpl +++ b/templates/admin/branding.tmpl @@ -75,4 +75,4 @@ -{{template "admin/layout_tail" .}} +{{template "admin/layout_footer" .}}