ajout cabinet+experts

This commit is contained in:
2020-12-17 12:13:22 +01:00
parent 154264fbad
commit ca04eb551b
16 changed files with 566 additions and 46 deletions

View File

@@ -276,7 +276,7 @@ def ajax_codepostal(request):
# lire les codes postaux commencant par
items = get_codespostaux(request, recherche)
# import pdb;pdb.set_trace()
liste=[]
for row in items:
d = row.code_postal + " - " + row.libelle