correct report: exposed/infected times
This commit is contained in:
parent
fa60b44966
commit
8ff4ff2878
1 changed files with 2 additions and 1 deletions
|
|
@ -90,10 +90,11 @@
|
|||
Gym = For comparison only, all persons doing heavy physical exercise, breathing and not talking.
|
||||
{% endif %}
|
||||
</p></li>
|
||||
<li><p class="data_text">Presence of exposed occupant(s):</p></li>
|
||||
<ul>
|
||||
<li><p class="data_subtext">Start time: {{ form.activity_start | minutes_to_time }}    End time: {{ form.activity_finish | minutes_to_time }}</p></li>
|
||||
</ul>
|
||||
<li><p class="data_text">Exposure time (presence of infected person):</p></li>
|
||||
<li><p class="data_text">Presence of infected occupant(s):</p></li>
|
||||
<ul>
|
||||
<li><p class="data_subtext">Start time: {{ form.infected_start | minutes_to_time }}    End time: {{ form.infected_finish | minutes_to_time }}</p></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue