summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 03:31:08 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 03:31:08 +0200
commita0cb41dfe2c4dc3eecefc36fef007762fc0a8951 (patch)
tree1cfd19c563857184d954d69f7203e80b1450550b /ishtar_common/templates/ishtar
parent39e9579bb822ecdf1a59afeb8d8ada1b20f168ec (diff)
downloadIshtar-a0cb41dfe2c4dc3eecefc36fef007762fc0a8951.tar.bz2
Ishtar-a0cb41dfe2c4dc3eecefc36fef007762fc0a8951.zip
Person form: improve alternate address label
Diffstat (limited to 'ishtar_common/templates/ishtar')
-rw-r--r--ishtar_common/templates/ishtar/wizard/wizard_person.html10
1 files changed, 5 insertions, 5 deletions
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 @@
<hr class='spacer'/>
<table class='formset'>
<caption>{% trans "Other address" %}</caption>
- {% 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' %}
</table>
{% endblock %}