From 5fc5dcbdf202049b8ecfdf5b15802110b72bfce3 Mon Sep 17 00:00:00 2001
From: Bhabesh <bhabesh.mukhopadhyay@nibio.no>
Date: Wed, 23 Sep 2020 09:23:55 +0200
Subject: [PATCH] two weather station hidden

Two weather stations  with passwords hidden for security reason
---
 cydiapomonella/templates/cydiapomonella/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cydiapomonella/templates/cydiapomonella/index.html b/cydiapomonella/templates/cydiapomonella/index.html
index 1e8bc09a..ac2f9fb6 100644
--- a/cydiapomonella/templates/cydiapomonella/index.html
+++ b/cydiapomonella/templates/cydiapomonella/index.html
@@ -753,8 +753,11 @@
                       <option value='{"id":"47","pas":""}'>Svelvik</option>
                       <option value='{"id":"91","pas":""}'>Søve</option>
                       <option value='{"id":"61","pas":""}'>Åsbakken</option>
+                      <!--
                       <option value='{"id":"536","pas":"GF90esoleo"}'>Helgøy</option>
                       <option value='{"id":"537","pas":"Kgsf72k388"}'>Skiftun</option>
+                      -->
+                      
              </select>
         </div>
         <div class="col-sm-6">
-- 
GitLab