.
This commit is contained in:
@@ -631,6 +631,9 @@ class CaseCollection(models.Model):
|
||||
def get_absolute_url(self):
|
||||
return reverse("atlas:collection_detail", kwargs={"pk": self.pk})
|
||||
|
||||
def get_take_url(self):
|
||||
return reverse("atlas:collection_take", kwargs={"pk": self.pk})
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user