typo issue 292
This commit is contained in:
parent
f0ed871693
commit
09c22cda6e
2 changed files with 2 additions and 2 deletions
|
|
@ -393,7 +393,7 @@
|
|||
<div class="col-sm-4"><label class="col-form-label">Confidence level:</label></div>
|
||||
<div class="col-sm-6 pl-0 align-self-center">
|
||||
<select id="ascertainment_bias" name="ascertainment_bias" class="form-control">
|
||||
<option value="confidence_low">Low - surveillance only for sympotmatic patients</option>
|
||||
<option value="confidence_low">Low - surveillance only for symptomatic patients</option>
|
||||
<option value="confidence_medium">Medium - recommended population wide surveillance</option>
|
||||
<option value="confidence_high">High - mandatory population wide surveillance</option>
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -463,7 +463,7 @@
|
|||
{% elif form.ascertainment_bias == "confidence_medium" %}
|
||||
{% set conf_level = "Medium - Recommended population wide surveillance." %}
|
||||
{% else %}
|
||||
{% set conf_level = "Low - Surveillance only for sympotmatic patients." %}
|
||||
{% set conf_level = "Low - Surveillance only for symptomatic patients." %}
|
||||
{% endif %}
|
||||
<li><p class="data_text">Population in {{ form.location_name }}: {{ form.geographic_population }}</p></li>
|
||||
<li><p class="data_text">New reported cases in {{ form.location_name }} (7-day average): {{ form.geographic_cases }}</p></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue