From: Tobias Diekershoff Date: Wed, 11 May 2022 15:28:57 +0000 (+0200) Subject: [frio] import contacts form was missing the enctype X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d816f02ab8dfe2800f8e6183b3eec0371fd9f4af;p=friendica.git [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. --- 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 *}} -
+