break data bug fix
This commit is contained in:
parent
55e760e644
commit
716144fc06
1 changed files with 4 additions and 1 deletions
|
|
@ -333,7 +333,7 @@
|
|||
</ul>
|
||||
{% if form.infected_dont_have_breaks_with_exposed %}
|
||||
<p style="padding-left:15px;"> Infected occupant(s):</p>
|
||||
{% endif %}
|
||||
|
||||
<ul>
|
||||
<li><p class="data_text">Lunch break:
|
||||
{% if form.infected_lunch_option%}
|
||||
|
|
@ -356,6 +356,9 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% else %}
|
||||
<i>Same breaks taken by the exposed and infected persons.</i>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue