From 2d7a4b80f520524ca1506d16eca8a9b1d2a623a6 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 21 Apr 2021 11:20:38 +0200
Subject: [PATCH] Default threshold value change

---
 .../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