diff --git a/cydiapomonella/templates/cydiapomonella/index.html b/cydiapomonella/templates/cydiapomonella/index.html index b78c32343551239998c71e5eab6098bee7a14ee5..cbd5fe37f8ead8f262bdce029b3c3c269aef9931 100644 --- a/cydiapomonella/templates/cydiapomonella/index.html +++ b/cydiapomonella/templates/cydiapomonella/index.html @@ -257,7 +257,7 @@ Created: 2024-10-28 <input type="radio" name="weatherdataType" id="weatherstation" value="weatherstation" onchange="displayWeatherstationInput();storeUserSettings();"> {% trans "from a weather station" %} </label> - <div id="input-weatherstation" class="form-inline" style="margin-top: 10px;" > + <div id="input-weatherstation" class="form-inline" style="margin-top: 10px; display: none;" > <select name="weatherStationName" id="weatherStationId" class="form-control" style="width: 60%;" onchange="runModel();storeUserSettings();"> <option value="-1">-- {% trans "Select weather station" %} --</option> </select>