Add an empty value to the “choose country” option in booking form

Otherwise, the value is the same as the label
This commit is contained in:
jordi fita mas 2024-04-26 17:31:13 +02:00
parent f2b24a83a3
commit 846ca0bc5c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
<select name="{{ .Name }}" <select name="{{ .Name }}"
{{ template "error-attrs" . }} {{ template "error-attrs" . }}
> >
<option>{{( gettext "Choose a country" )}}</option> <option value="">{{( gettext "Choose a country" )}}</option>
{{ template "list-options" . }} {{ template "list-options" . }}
</select><br> </select><br>
{{ template "error-message" . }} {{ template "error-message" . }}