diff options
Diffstat (limited to 'chimere/views.py')
-rw-r--r-- | chimere/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/views.py b/chimere/views.py index 87c5b26..787a1d9 100644 --- a/chimere/views.py +++ b/chimere/views.py @@ -678,6 +678,7 @@ def getDetail(request, area_name, key, popup=False): and marker.start_date response_dct['routing_enabled'] = settings.CHIMERE_ENABLE_ROUTING response_dct['properties'] = marker.getProperties(area_name=area_name) + marker.set_properties_attributes(area_name=area_name) if popup: return render(request, 'chimere/detail_popup.html', response_dct) return render(request, 'chimere/detail.html', response_dct) |