diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index 2cc8287..2fed585 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -196,7 +196,7 @@ class RescueOrganization(models.Model): @property def species_urls(self): - return SpeciesSpecificURL.objects.filter(organization=self) + return SpeciesSpecificURL.objects.filter(rescue_organization=self) @property def has_contact_data(self):