[nature] Fix template and url paths
All checks were successful
ci / test (push) Successful in 2m41s
ci / build-and-deploy (push) Has been skipped

This commit is contained in:
2026-07-17 10:35:20 -04:00
parent 46c5ff6993
commit ab2e154ed3
3 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class SpeciesObservation(ScrobblableMixin):
return self.title or str(self.uuid)
def get_absolute_url(self):
return reverse("nature:species_detail", kwargs={"slug": self.uuid})
return reverse("nature:species_observation_detail", kwargs={"slug": self.uuid})
@property
def subtitle(self):