Small bug fixes in interface

This commit is contained in:
Brian Picciano 2023-08-04 15:04:56 +02:00
parent 36052de0c1
commit c0006e40ce
2 changed files with 2 additions and 3 deletions

View File

@ -58,8 +58,7 @@ automatically updated too!</p>
<input name="domain_setting_add_path_prefix"
type="text"
placeholder="directory/sub-directory"
value="{{ data.settings.add_path_prefix }}"
required />
value="{{ data.settings.add_path_prefix }}" />
</label>
</p>
</fieldset>

View File

@ -5,7 +5,7 @@ administrator of the Domani server:</p>
<form method="{{ form_method }}" action="/domain_sync.html" id="syncForm">
<input name="domain" type="hidden" value="{{ data.domain }}" />
{{ #each data.flat_domain_settings }}
{{ #each data.url_encoded_domain_settings }}
<input name="{{ @key }}" type="hidden" value="{{ this }}" />
{{ /each }}