Try and fix things

This commit is contained in:
2023-11-24 14:33:09 +01:00
parent f6509bbaa8
commit da944f9ef1
5 changed files with 14 additions and 2 deletions

View File

@ -28,6 +28,7 @@ class GeoLocation(ScrobblableMixin):
def __str__(self):
return f"{self.lat} x {self.lon}"
def get_absolute_url(self):
return reverse(
"locations:geo_location_detail", kwargs={"slug": self.uuid}