From 54ac2d64212e8fce13234e80bee6313705b04ac1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Sat, 23 Mar 2024 21:44:27 +0100
Subject: [PATCH] Modify FinAdmin-visible info

---
 .../templates/organizations/organization_list.html            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scipost_django/organizations/templates/organizations/organization_list.html b/scipost_django/organizations/templates/organizations/organization_list.html
index 295a0ed7d..dffb9ebb3 100644
--- a/scipost_django/organizations/templates/organizations/organization_list.html
+++ b/scipost_django/organizations/templates/organizations/organization_list.html
@@ -124,7 +124,7 @@
 	    </th>
 	    <th>SciPost sponsor?</th>
 	    {% if 'finadmin' in user_roles %}
-	      <th class="border border-danger bg-danger bg-opacity-10"><span class="text-danger">FinAdmin</span><br>Support balance<br></th>
+	      <th class="border border-danger bg-danger bg-opacity-10"><span class="text-danger">FinAdmin</span><br>Impact&nbsp;on<br>reserves</th>
 	    {% endif %}
 	  </tr>
 	</thead>
@@ -160,7 +160,7 @@
 		<td class="bg-warning">Not yet</td>
 	      {% endif %}
 	      {% if 'finadmin' in user_roles %}
-		<td class="border border-danger bg-danger bg-opacity-10 text-end">&euro;{{ org.cf_balance_info.cumulative.balance }}</td>
+		<td class="border border-danger bg-danger bg-opacity-10 text-end">&euro;{{ org.cf_balance_info.cumulative.impact_on_reserves }}</td>
 	      {% endif %}
 	    </tr>
 	  {% empty %}
-- 
GitLab