CERN Covid scale update - yellow level 2
This commit is contained in:
parent
b5206fad44
commit
918149e4c7
1 changed files with 3 additions and 3 deletions
|
|
@ -303,9 +303,9 @@ class ReportGenerator:
|
||||||
context['qr_code'] = generate_qr_code(base_url, self.calculator_prefix, form)
|
context['qr_code'] = generate_qr_code(base_url, self.calculator_prefix, form)
|
||||||
context['calculator_prefix'] = self.calculator_prefix
|
context['calculator_prefix'] = self.calculator_prefix
|
||||||
context['scale_warning'] = {
|
context['scale_warning'] = {
|
||||||
'level': 'Orange - 3',
|
'level': 'Yellow - 2',
|
||||||
'incidence_rate': 'in between 25 and 100 new cases per 100 000 inhabitants',
|
'incidence_rate': 'lower than 25 new cases per 100 000 inhabitants',
|
||||||
'onsite_access': 'of about 5000',
|
'onsite_access': 'of about 8000',
|
||||||
'threshold' : ''
|
'threshold' : ''
|
||||||
}
|
}
|
||||||
return context
|
return context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue