summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-27 21:49:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-27 21:56:34 +0200
commit64da49c224d9c8b8271f81bfcc1328d5cc65f5d2 (patch)
treebe28b6af27e8dd9750c93ba7296c25363eedb08e /ishtar_common/templates/ishtar/wizard
parent77a0f47a7b3bfc8cf4abef63f061bb8b11383f2e (diff)
downloadIshtar-64da49c224d9c8b8271f81bfcc1328d5cc65f5d2.tar.bz2
Ishtar-64da49c224d9c8b8271f81bfcc1328d5cc65f5d2.zip
Person - organization: add precise town field
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
-rw-r--r--ishtar_common/templates/ishtar/wizard/wizard_person.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html
index 39aa76518..5be43cec7 100644
--- a/ishtar_common/templates/ishtar/wizard/wizard_person.html
+++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html
@@ -69,6 +69,7 @@
{% bs_field wizard.form.address_complement %}
{% bs_field wizard.form.postal_code %}
{% bs_field wizard.form.town %}
+ {% bs_field wizard.form.precise_town %}
{% bs_field wizard.form.country %}
</div>
</div>