SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8efe778b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Change labelling of sponsorships on organization_list

parent 4739662d
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment