From 48e7398c7bf65531991fe0d1dfaf5384f20228be Mon Sep 17 00:00:00 2001 From: jdevine Date: Mon, 23 Nov 2020 18:12:06 +0100 Subject: [PATCH] changed warning to be generic --- cara/apps/calculator/templates/report.html.j2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 43187959..b5b07bbe 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -22,10 +22,8 @@

Simulation Name: {{ form.simulation_name }}

Room Number: {{ form.room_number }}

- {% if (form.total_people > 5) or (form.ventilation_type == "no-ventilation") or (form.mask_wearing == "removed")%} -

Rules violation: This simulation doesn't conform to current CERN HSE rules. Please check your input assumptions and try again.

- {% endif %} - +

Applicable rules: Please ensure that this scenario conforms to current CERN HSE rules (ventilation requirements, mask wearing and maximum number of people).

+

Input data: