From 8efe778b15f09e40cc1b9e3b115d49694a689366 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Mon, 8 Oct 2018 16:47:46 +0200 Subject: [PATCH] Change labelling of sponsorships on organization_list --- organizations/templates/organizations/organization_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/organizations/templates/organizations/organization_list.html b/organizations/templates/organizations/organization_list.html index 361d81c5c..90645d712 100644 --- a/organizations/templates/organizations/organization_list.html +++ b/organizations/templates/organizations/organization_list.html @@ -103,9 +103,9 @@ $(document).ready(function($) { </td> <td>{{ org.cf_nr_associated_publications }}</td> {% if org.has_current_subsidy %} - <td class="bg-success">Yes</td> + <td class="bg-success">Yes, current</td> {% elif org.subsidy_set.all|length > 0 %} - <td class="bg-primary text-white">Due for renewal</td> + <td class="bg-primary text-white">Yes, past</td> {% else %} <td class="bg-warning">Not yet</td> {% endif %} -- GitLab