Projet

Général

Profil

0001-templates-make-the-address-widget-text-more-generic-.patch

Thomas Noël, 13 septembre 2021 11:42

Télécharger (1,16 ko)

Voir les différences:

Subject: [PATCH] templates: make the address widget text more generic (#56893)

 .../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 "If you cannot find your address in the list you can check this box to manually enter it." %}</span></label>
7
<label><input id="wcs-manual-address" type="checkbox"><span>{% trans "If you cannot find this 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
-