From 1378c5843eb66b3d68e2d3184be2f4d0f7734743 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 29 May 2025 06:44:12 +0200 Subject: [PATCH] chore: Close unclosed div --- frontend/templates/frontend/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/templates/frontend/base.html b/frontend/templates/frontend/base.html index 84d28b0..0561e18 100644 --- a/frontend/templates/frontend/base.html +++ b/frontend/templates/frontend/base.html @@ -67,4 +67,5 @@ - {% include "frontend/footer.html" with scripts=scripts %} + +{% include "frontend/footer.html" with scripts=scripts %}