From 716144fc06a095780684670c992852140c4e6733 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 27 Aug 2021 17:14:02 +0200 Subject: [PATCH] break data bug fix --- .../apps/calculator/templates/base/calculator.report.html.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index b262c0bd..e33e6f1d 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -333,7 +333,7 @@ {% if form.infected_dont_have_breaks_with_exposed %}

Infected occupant(s):

- {% endif %} + {% endif %} + {% else %} + Same breaks taken by the exposed and infected persons. + {% endif %}