From 31687723aa677e3687964753bff33389ece31619 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 16 Jul 2024 08:31:32 +0200 Subject: [PATCH] feat: set English as default language in dropdown Modified the language selection dropdown to default to English by marking the 'en' option as selected. Enhances user experience by pre-selecting the most commonly used language. This may help users who are primarily English speakers to have a faster and more intuitive interaction with the form. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 391710c..ae5bb8a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -93,7 +93,7 @@