Skip to content

Commit

Permalink
Fix missing SASS dashboard (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Aug 14, 2024
1 parent 2b456a9 commit e961295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bims/api_views/location_site_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def biodiversity_data(self):
).order_by('display_order')

collection_results = collection_results.select_related(
'taxonomy', 'taxonomy__endemism', 'taxonomy__iucn_status', 'site_visit'
'taxonomy', 'taxonomy__endemism', 'taxonomy__iucn_status'
)
for group in groups:
location_site_ids = set()
Expand Down

0 comments on commit e961295

Please sign in to comment.