From 9c80cfca22576f57028637a13ef8c48a02f09267 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 27 Aug 2021 15:27:28 +0200 Subject: [PATCH] Broken link correction (SARS-CoV-2 (Gamma VOC)) --- cara/apps/calculator/templates/base/calculator.report.html.j2 | 2 +- 1 file changed, 1 insertion(+), 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 8c33e2a9..1b1f4f8e 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -193,7 +193,7 @@ {% elif form.virus_type == "SARS_CoV_2_B117" %} SARS-CoV-2 (Alpha VOC) {% elif form.virus_type == "SARS_CoV_2_P1" %} - SARS-CoV-2 (Gamma VOC) + SARS-CoV-2 (Gamma VOC) {% elif form.virus_type == "SARS_CoV_2_B16172" %} SARS-CoV-2 (Delta VOC) {% endif %}