From b85f10cadaf9920c5206b0151c7b25946e684cd7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Apr 2016 03:31:08 +0200 Subject: Person form: improve alternate address label --- ishtar_common/templates/ishtar/wizard/wizard_person.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard') diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html index c1806132f..85bbfc75e 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -49,11 +49,11 @@
- {% table_field wizard.form.alt_address %} - {% table_field wizard.form.alt_address_complement %} - {% table_field wizard.form.alt_postal_code %} - {% table_field wizard.form.alt_town %} - {% table_field wizard.form.alt_country %} + {% table_field wizard.form.alt_address 0 'Address' %} + {% table_field wizard.form.alt_address_complement 0 'Address complement' %} + {% table_field wizard.form.alt_postal_code 0 'Postal code' %} + {% table_field wizard.form.alt_town 0 'Town' %} + {% table_field wizard.form.alt_country 0 'Country' %}
{% trans "Other address" %}
{% endblock %} -- cgit v1.2.3