From 0ff92ef98dbfbfc0e2d89dff18f7bb2dc3950b8c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 20 Apr 2023 16:28:21 +0200 Subject: precise_town refactoring for django app consistency --- ishtar_common/templates/ishtar/wizard/wizard_person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') 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 %} -- cgit v1.2.3