Minor changes
This commit is contained in:
parent
987c0d048e
commit
ffbe292329
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ def calculate_report_data(model: models.Model):
|
|||
"R0": r0,
|
||||
}
|
||||
|
||||
|
||||
def build_report(model: models.Model, form: FormData):
|
||||
now = datetime.now()
|
||||
time = now.strftime("%d/%m/%Y %H:%M:%S")
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
Training – one person (the trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the trainer is the infected person, for the worst case scenario.
|
||||
{% endif %}
|
||||
</p></li>
|
||||
<ul>
|
||||
<ul>
|
||||
<li><p class="data_subtext">Start time: {{ activity_start }}    End time: {{ activity_finish }}</p></li>
|
||||
</ul>
|
||||
<li><p class="data_text">Exposure time (presence of infected person):</p></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue