[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.
pull/11493/head
Tobias Diekershoff 2022-05-11 17:28:57 +02:00
rodzic 7026dd37db
commit d816f02ab8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25FE376FF17694A1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -237,7 +237,7 @@
</form>
{{* Import contacts CSV *}}
<form action="settings/account/importcontact" method="post" autocomplete="off" class="panel">
<form action="settings/account/importcontact" method="post" autocomplete="off" class="panel" enctype="multipart/form-data">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
<div class="section-subtitle-wrapper panel-heading" role="tab" id="importcontact-settings">
<h2>