summaryrefslogtreecommitdiff
path: root/app/locations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations/models.py')
-rw-r--r--app/locations/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/locations/models.py b/app/locations/models.py
index 5c5636a..07732fb 100644
--- a/app/locations/models.py
+++ b/app/locations/models.py
@@ -524,4 +524,3 @@ class Track(models.Model):
except Location.DoesNotExist:
raise forms.ValidationError("There is no location associated with that point, add it: %sadmin/locations/location/add/" % (settings.BASE_URL))
super(Track, self).save(*args, **kwargs)
-