Updated CERN Covid level

This commit is contained in:
Luis Aleixo 2022-01-10 13:34:39 +01:00
parent c15a48881b
commit 5260f0921a

View file

@ -308,10 +308,10 @@ class ReportGenerator:
context['permalink'] = generate_permalink(base_url, self.calculator_prefix, form)
context['calculator_prefix'] = self.calculator_prefix
context['scale_warning'] = {
'level': 'orange-3',
'incidence_rate': 'somewhere in between 25 and 100 new cases per 100 000 inhabitants',
'onsite_access': 'of about 5000',
'threshold': ''
'level': 'red-4',
'incidence_rate': 'higher or equal to 100 new cases per 100 000 inhabitants',
'onsite_access': 'lower than 4000',
'threshold': '5%'
}
return context