From ffbe29232955710109c94adbc47a9a1422d1b8c5 Mon Sep 17 00:00:00 2001 From: gaazzopa Date: Fri, 6 Nov 2020 10:33:38 +0100 Subject: [PATCH] Minor changes --- cara/apps/calculator/report_generator.py | 1 - cara/apps/calculator/templates/report.html.j2 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cara/apps/calculator/report_generator.py b/cara/apps/calculator/report_generator.py index db6db86b..e0904dd4 100644 --- a/cara/apps/calculator/report_generator.py +++ b/cara/apps/calculator/report_generator.py @@ -27,7 +27,6 @@ def calculate_report_data(model: models.Model): "R0": r0, } - def build_report(model: models.Model, form: FormData): now = datetime.now() time = now.strftime("%d/%m/%Y %H:%M:%S") diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 3dea8cd5..86a7af7e 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -69,7 +69,7 @@ Training – one person (the trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the trainer is the infected person, for the worst case scenario. {% endif %}

-