From 8f601ef37c5dbafd6b9a40e0f2ec74d29af65b3c Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 12 Oct 2021 16:49:18 +0200 Subject: [PATCH] Bug on Betta 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 795851fb..88aec4af 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -195,7 +195,7 @@ SARS-CoV-2 (nominal strain) {% elif form.virus_type == "SARS_CoV_2_ALPHA" %} SARS-CoV-2 (Alpha VOC) - {% elif form.virus_type == "SARS_CoV_2_SARS_CoV_2_BETA" %} + {% elif form.virus_type == "SARS_CoV_2_BETA" %} SARS-CoV-2 (Beta VOC) {% elif form.virus_type == "SARS_CoV_2_GAMMA" %} SARS-CoV-2 (Gamma VOC)