From 200602c1e62bc78557dff2556ae5883d33340479 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 6 Jul 2026 20:10:54 +0800 Subject: [PATCH] feat: auto-trim whitespace from text inputs on form submit globally --- app/templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 2d740e5..b8195d8 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -26,4 +26,12 @@ {% block content %}{% endblock %} +