Fix attributes of country select in public booking page
This commit is contained in:
parent
0e22096447
commit
dab19bbc4d
|
@ -184,9 +184,12 @@
|
|||
<label>
|
||||
{{( pgettext "Country" "input" )}}<br>
|
||||
<select name="{{ .Name }}"
|
||||
required autocomplete="country">
|
||||
required
|
||||
autocomplete="country"
|
||||
{{ template "error-attrs" . }}
|
||||
>
|
||||
<option>{{( gettext "Choose a country" )}}</option>
|
||||
{{ template "error-attrs" . }}>{{ template "list-options" . }}
|
||||
{{ template "list-options" . }}
|
||||
</select><br>
|
||||
{{ template "error-message" . }}
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue