Add missing autocomplete attribute to town or village
This commit is contained in:
parent
dab19bbc4d
commit
598354e8b7
|
@ -174,7 +174,9 @@
|
|||
{{ with .City -}}
|
||||
<label>
|
||||
{{( 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" . }}
|
||||
><br>
|
||||
{{ template "error-message" . }}
|
||||
|
|
Loading…
Reference in New Issue