From 256d9cb674429bd7beebacd320d4701dafec6831 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:46:38 +0000 Subject: [PATCH] fix(templates): remove orphan in google_drive.html causing HTML accessibility lint failure The extra at line 260 (before the {% endif %} closing the admin auth-method block) was introduced when the per-user OAuth wizard PR restructured the admin section. Removing it balances the div tree so that the outer container div is properly closed by line 427. djlint frontend/templates/ --lint now reports 0 errors across 58 files. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/templates/google_drive.html | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/templates/google_drive.html b/frontend/templates/google_drive.html index 7c8d5c9d..10a9aca9 100644 --- a/frontend/templates/google_drive.html +++ b/frontend/templates/google_drive.html @@ -257,7 +257,6 @@ - {% endif %}{# end if not user_mode for admin auth-method block #}