mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
configs: fix form type
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
aa920432f3
commit
51e9a689a6
1 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||
<div class="accordion-body">
|
||||
{{- template "infomsg" "sftp.help"}}
|
||||
|
||||
<form id="configs_sftp_form" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
<form id="configs_sftp_form" enctype="multipart/form-data" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
<div class="form-group row">
|
||||
<label for="idHostKeyAlgos" data-i18n="sftp.host_key_algos" class="col-md-3 col-form-label">
|
||||
Host Key Algos
|
||||
|
|
@ -158,7 +158,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||
<div class="accordion-body">
|
||||
{{- template "infomsg" "acme.help"}}
|
||||
|
||||
<form id="configs_acme_form" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
<form id="configs_acme_form" enctype="multipart/form-data" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="idACMEDomain" data-i18n="general.domain" class="col-md-3 col-form-label">Domain</label>
|
||||
|
|
@ -227,7 +227,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||
<div class="accordion-body">
|
||||
{{- template "infomsg" "smtp.help"}}
|
||||
|
||||
<form id="configs_smtp_form" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
<form id="configs_smtp_form" enctype="multipart/form-data" action="{{.CurrentURL}}" method="POST" autocomplete="off">
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="idSMTPHost" data-i18n="smtp.host" class="col-md-3 col-form-label">Server name</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue