Add missing autocomplete attribute to town or village

This commit is contained in:
jordi fita mas 2024-04-22 18:44:48 +02:00
parent dab19bbc4d
commit 598354e8b7
1 changed files with 3 additions and 1 deletions

View File

@ -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" . }}