diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-20 16:28:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-20 16:28:21 +0200 |
commit | 0ff92ef98dbfbfc0e2d89dff18f7bb2dc3950b8c (patch) | |
tree | dea08fc84ca5ef9d4bcbaae8e2629e73573eab6d /ishtar_common/templates | |
parent | a589b3ef96c9adf4e408713201ffe7d269e4f78f (diff) | |
download | Ishtar-0ff92ef98dbfbfc0e2d89dff18f7bb2dc3950b8c.tar.bz2 Ishtar-0ff92ef98dbfbfc0e2d89dff18f7bb2dc3950b8c.zip |
precise_town refactoring for django app consistency
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_person.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_person.html b/ishtar_common/templates/ishtar/wizard/wizard_person.html index 5be43cec7..b760c027f 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_person.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_person.html @@ -69,7 +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.precise_town_id %} {% bs_field wizard.form.country %} </div> </div> |