From e0088c49ece4c3928569e241750c7bf3dc6e2fec Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Thu, 24 Jul 2025 11:41:46 +0200 Subject: [PATCH] Fixing report text in the static case (removing reference to a group id) --- .../apps/templates/base/calculator.report.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cern_caimira/src/cern_caimira/apps/templates/base/calculator.report.html.j2 b/cern_caimira/src/cern_caimira/apps/templates/base/calculator.report.html.j2 index b779fc9d..93ad650d 100644 --- a/cern_caimira/src/cern_caimira/apps/templates/base/calculator.report.html.j2 +++ b/cern_caimira/src/cern_caimira/apps/templates/base/calculator.report.html.j2 @@ -72,7 +72,7 @@ {% block report_results scoped %}
-
Results{% if form.occupancy == {} %} - {{ group_id }}{% endif %} +
Results{% if form.occupancy != {} %} - {{ group_id }}{% endif %}
-
Result uncertainties{% if form.occupancy == {} %} - {{ group_id }}{% endif %} +
Result uncertainties{% if form.occupancy != {} %} - {{ group_id }}{% endif %}