diff --git a/organizations/templates/organizations/_organization_card.html b/organizations/templates/organizations/_organization_card.html index 3aa4008e9677bd634aba0492da26a824fed23810..84ecb831f338e69b30c0f5cc175d28e84d29aac1 100644 --- a/organizations/templates/organizations/_organization_card.html +++ b/organizations/templates/organizations/_organization_card.html @@ -136,6 +136,7 @@ $(document).ready(function($) { <div class="tab-pane pt-4" id="support-{{ org.id }}" role="tabpanel" aria-labelledby="support-{{ org.id }}-tab"> <h3>Support history</h3> {% if org.subsidy_set.all|length > 0 or org.children.all|length > 0 %} + {% if org.subsidy_set.all|length > 0 %} <p>List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.</p> <table class="table table-hover mb-5"> <thead class="thead-default"> @@ -160,6 +161,7 @@ $(document).ready(function($) { </tr> </tbody> </table> + {% endif %} {% if org.children.all|length > 0 %} <p>See subsidies obtained from related organizations <ul>