NASA-IMPACT / admg-backend

Apache License 2.0
2 stars 0 forks source link

Attempt to simplify parent link logic #596

Closed alukach closed 9 months ago

alukach commented 9 months ago

This PR attempts to push all of the complexity involved in rendering backlinks into the CampaignRelatedView mixin rather than having it distributed throughout data_models/models.py, admin_ui/views/v2.py, and various templates.