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