Projet

Général

Profil

0001-templates-adjust-checkbox-label-for-entering-the-add.patch

Frédéric Péters, 30 août 2021 15:38

Télécharger (1,12 ko)

Voir les différences:

Subject: [PATCH] templates: adjust checkbox label for entering the address
 (#56483)

 .../templates/qommon/forms/widgets/select_jsonp--address.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/templates/qommon/forms/widgets/select_jsonp--address.html
4 4
{{ block.super }}
5 5
{% if not widget.readonly %}
6 6
<div>
7
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "Manually enter the address" %}</span></label>
7
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "If you cannot find your address in the list you can check this box to manually enter it." %}</span></label>
8 8
</div>
9 9
{% endif %}
10 10
{% endblock %}
11
-