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