Merge branch 'feature/cern_level' into 'master'
CERN COVID19 level Closes #225 See merge request cara/cara!303
This commit is contained in:
commit
5dd9ff5750
1 changed files with 3 additions and 3 deletions
|
|
@ -308,9 +308,9 @@ class ReportGenerator:
|
|||
context['permalink'] = generate_permalink(base_url, self.calculator_prefix, form)
|
||||
context['calculator_prefix'] = self.calculator_prefix
|
||||
context['scale_warning'] = {
|
||||
'level': 'yellow-2',
|
||||
'incidence_rate': 'lower than 25 new cases per 100 000 inhabitants',
|
||||
'onsite_access': 'of about 8000',
|
||||
'level': 'orange-3',
|
||||
'incidence_rate': 'somewhere in between 25 and 100 new cases per 100 000 inhabitants',
|
||||
'onsite_access': 'of about 5000',
|
||||
'threshold': ''
|
||||
}
|
||||
return context
|
||||
|
|
|
|||
Loading…
Reference in a new issue