bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Redundant calls to Project.get_source_site() in project_detail.html #1436

Closed mikkonie closed 2 months ago

mikkonie commented 2 months ago

Oh look, more yak shaving. It's what it says on the tin: we do a lot of redundant calls for get_source_site() in project_detail.html. We should query for this just once in get_context_data() instead.

mikkonie commented 2 months ago

Fixed, "accidentally" due to refactorings done for #1435.