This commit is contained in:
Ross
2022-04-02 22:38:55 +01:00
parent 44af9b9915
commit 76020a3fa3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -628,7 +628,7 @@ class CaseCollection(models.Model):
)
def get_absolute_url(self):
return reverse("atlas:collection_detail_view", kwargs={"pk": self.pk})
return reverse("atlas:collection_detail", kwargs={"pk": self.pk})
def __str__(self) -> str:
return self.name