fix: get species urls
This commit is contained in:
@@ -196,7 +196,7 @@ class RescueOrganization(models.Model):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def species_urls(self):
|
def species_urls(self):
|
||||||
return SpeciesSpecificURL.objects.filter(organization=self)
|
return SpeciesSpecificURL.objects.filter(rescue_organization=self)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def has_contact_data(self):
|
def has_contact_data(self):
|
||||||
|
Reference in New Issue
Block a user