Add missing autocomplete attribute to town or village
This commit is contained in:
parent
dab19bbc4d
commit
598354e8b7
|
@ -174,7 +174,9 @@
|
||||||
{{ with .City -}}
|
{{ with .City -}}
|
||||||
<label>
|
<label>
|
||||||
{{( pgettext "Town or village" "input" )}}<br>
|
{{( pgettext "Town or village" "input" )}}<br>
|
||||||
<input type="text" required
|
<input type="text"
|
||||||
|
required
|
||||||
|
autocomplete="billing address-level2"
|
||||||
name="{{ .Name }}" value="{{ .Val }}" {{ template "error-attrs" . }}
|
name="{{ .Name }}" value="{{ .Val }}" {{ template "error-attrs" . }}
|
||||||
><br>
|
><br>
|
||||||
{{ template "error-message" . }}
|
{{ template "error-message" . }}
|
||||||
|
|
Loading…
Reference in New Issue