Merge branch 'cern_form_typo_fix' into 'master'
Typo: Modify CERN Form Closes #178 See merge request cara/cara!217
This commit is contained in:
commit
e9b31aca65
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ v{{ calculator_version }} <span style="float:right; font-weight:bold">Please sen
|
|||
<div class="col-xl-3 col-lg-4 col-sm-3">
|
||||
<label for="room_data_dimensions">Ceiling height:</label>
|
||||
</div>
|
||||
<input type="number" step="any" id="ceiling_height" class="non_zero col-xl-3 col-lg-5 col-md-7 col-sm-3 col-3" name="ceiling_height" placeholder="Room ceiling height (m²)" min="0" data-has-radio="#room_data_dimensions">
|
||||
<input type="number" step="any" id="ceiling_height" class="non_zero col-xl-3 col-lg-5 col-md-7 col-sm-3 col-3" name="ceiling_height" placeholder="Room ceiling height (m)" min="0" data-has-radio="#room_data_dimensions">
|
||||
</div><br>
|
||||
|
||||
Central heating system in use:
|
||||
|
|
|
|||
Loading…
Reference in a new issue