From e581bf49e5fe99a7a334534c3c379a0a01f6a250 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 21 Apr 2021 11:09:39 +0200
Subject: [PATCH] Revert "Change in default value of thresholdHumidPeriodHours"

This reverts commit 8ec55587b4ca08d9d9f44d466b2a1e29f69ee656.
---
 .../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 81a386c9..8eb33998 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="20"/>
+					<input type="number" name="thresholdHumidPeriodHours" class="form-control" value="19"/>
 					<span class="help-block" id="{{ form_id }}_thresholdHumidPeriodHours_validation"></span>
 				</div>
 				<div class="form-group">
-- 
GitLab