diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index c619b11..3d3c53f 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -63,8 +63,6 @@ class Species(models.Model): class Location(models.Model): - def __str__(self): - return f"{self.name} ({self.latitude:.5}, {self.longitude:.5})" place_id = models.IntegerField() latitude = models.FloatField()