From d77fe3640afca1df3671e3f59e20b0e371472d30 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 26 Feb 2019 11:32:55 +0100 Subject: [PATCH] Small change --- organizations/templates/organizations/_organization_card.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/organizations/templates/organizations/_organization_card.html b/organizations/templates/organizations/_organization_card.html index 3aa4008e9..84ecb831f 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> -- GitLab