Skip to content

Commit

Permalink
Fixed suggested value
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen authored Jan 9, 2024
1 parent bcc9865 commit ed50db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/calculate-bruce.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<legend>Udregning af kondital fra Bruce-testen</legend>
<div class="form-group">
<label>Tid løbet på testen
<input type="number" min="0" max="1000" placeholder="fx 400" name="bruce_time" id="bruce_time" step="0.01" required>
<input type="number" min="0" max="1000" placeholder="fx 9.25" name="bruce_time" id="bruce_time" step="0.01" required>
<span class="help-block">Sekunder skal angives i fraktioner af minutter. Fx er 9 min 15 sek 9.25</span>
</label>
</div>
Expand Down

0 comments on commit ed50db1

Please sign in to comment.