0.0.37
change algo get_address_point_ajax
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user