Update templates/index.html
This commit is contained in:
parent
d4086557a2
commit
2a39d04146
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@
|
|||
<div class="form-group">
|
||||
<label>Pipe Diameter:</label>
|
||||
<input type="number" step="0.1" id="pipe_diameter" />
|
||||
<span class="unit">inches</span>
|
||||
<span class="unit">in.</span>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
@ -146,7 +146,7 @@
|
|||
<div class="form-group">
|
||||
<label>Suction Loss:</label>
|
||||
<input type="number" step="0.1" id="suction_loss" />
|
||||
<span class="unit">vertical feet</span>
|
||||
<span class="unit">feet</span>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue