From d816f02ab8dfe2800f8e6183b3eec0371fd9f4af Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 11 May 2022 17:28:57 +0200 Subject: [PATCH] [frio] import contacts form was missing the enctype fixes #11492 hopefully For uploading files, the enctype for the form has to be set to `multipart/form-data`. Frio was missing this specification, other themes inherit it from the default template. --- view/theme/frio/templates/settings/account.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/settings/account.tpl b/view/theme/frio/templates/settings/account.tpl index c3ec33043c..c08dc6ca2f 100644 --- a/view/theme/frio/templates/settings/account.tpl +++ b/view/theme/frio/templates/settings/account.tpl @@ -237,7 +237,7 @@ {{* Import contacts CSV *}} -
+