Fix csv property address display
This commit is contained in:
parent
65bed425cf
commit
6c72b457e0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def get_location_filters(request):
|
|||
filter_rows.append(
|
||||
['Ecological district:', eco_district_layer.ecologic_2 or ''])
|
||||
filter_rows.append(
|
||||
['Property address:', get_address_from_coordinates(coordinates) or ''])
|
||||
['Property address:', get_address_from_coordinates(coordinates)['full_address'] or ''])
|
||||
else:
|
||||
filter_rows.append(["None specified"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue