Skip to content
Snippets Groups Projects
Commit 8ec55587 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Change in default value of thresholdHumidPeriodHours

parent 6e6d6dae
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@
<legend>{% trans "Other threshold values" %}</legend>
<div class="form-group">
<label for="thresholdHumidPeriodHours">{% trans "Number of consecutive 'humid hours'" %}</label>
<input type="number" name="thresholdHumidPeriodHours" class="form-control" value="19"/>
<input type="number" name="thresholdHumidPeriodHours" class="form-control" value="20"/>
<span class="help-block" id="{{ form_id }}_thresholdHumidPeriodHours_validation"></span>
</div>
<div class="form-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment