summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/models.py b/chimere/models.py
index 2f59cf1..b15a268 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -954,6 +954,7 @@ def route_post_save(sender, **kwargs):
defaults=marker_dct)
if not created:
marker.status = instance.status
+ marker.point = marker_dct['point']
marker.save()
properties = {}
for pm in instance.properties():