Update infected default
This commit is contained in:
parent
1fca4d24b7
commit
e10ee7083d
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ class FormData:
|
|||
'infected_lunch_finish': '13:30',
|
||||
'infected_lunch_option': True,
|
||||
'infected_lunch_start': '12:30',
|
||||
'infected_people': _NO_DEFAULT,
|
||||
'infected_people': 1,
|
||||
'infected_start': '08:30',
|
||||
'mask_type': 'Type I',
|
||||
'mask_wearing_option': 'mask_off',
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ v{{ calculator_version }} <span style="float:right; font-weight:bold">Please sen
|
|||
|
||||
<div class="row">
|
||||
<label class="col-xl-3 col-lg-4 col-sm-3 col-form-label">Number of infected people: </label>
|
||||
<input type="number" id="infected_people" class="col-lg-4 col-md-5 col-sm-3" name="infected_people" min=1 required><br>
|
||||
<input type="number" id="infected_people" class="col-lg-4 col-md-5 col-sm-3" name="infected_people" min=1 value=1 required><br>
|
||||
</div>
|
||||
|
||||
<span id="training_limit_error" class="red_text" hidden>Training activities limited to 1 infected<br></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue