Update infected default

This commit is contained in:
Gaby Azzopardi 2021-07-05 18:36:14 +02:00
parent 1fca4d24b7
commit e10ee7083d
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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>