change algo get_address_point_ajax
This commit is contained in:
SDE
2023-07-21 15:06:12 +03:00
parent bb2bff9a40
commit 90da6ba84c
2 changed files with 3 additions and 1 deletions

View File

@@ -42,8 +42,10 @@ def get_address_point_ajax(request):
res_data_str_list = []
i = 0
for item in res_data:
item['index'] = i
item['ctrl_name'] = data['ctrl_name']
res_data_str_list.append(render_to_string('widgets/w_ac_input_address_point.html', item))
i += 1