From b66194e7e95aa8f072694572667c7fd452ce405e Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 21 Apr 2021 11:09:58 +0200 Subject: [PATCH] Revert "Revert "Change in default value of thresholdHumidPeriodHours"" This reverts commit e581bf49e5fe99a7a334534c3c379a0a01f6a250. --- .../templates/cerealblotchmodels/septoriahumiditymodelform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerealblotchmodels/templates/cerealblotchmodels/septoriahumiditymodelform.html b/cerealblotchmodels/templates/cerealblotchmodels/septoriahumiditymodelform.html index 8eb33998..81a386c9 100644 --- a/cerealblotchmodels/templates/cerealblotchmodels/septoriahumiditymodelform.html +++ b/cerealblotchmodels/templates/cerealblotchmodels/septoriahumiditymodelform.html @@ -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"> -- GitLab