From 262f69f83c77a3563bd9fb3b301ba2f08cfc80d5 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 24 May 2023 12:13:49 +0200
Subject: [PATCH] Change checkbox value

---
 observations/templates/observations/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html
index 8a9026aa..84a2440c 100644
--- a/observations/templates/observations/index.html
+++ b/observations/templates/observations/index.html
@@ -56,7 +56,7 @@
             </div>
             <div class="checkbox">
                 <label>
-                  <input type="checkbox" name="includeNegative"{% if include_negative  %}checked{% endif %}> {% trans "Include registrations without pest presence" %}
+                  <input type="checkbox" name="includeNegative"{% if include_negative  %}checked{% endif %} value="true"> {% trans "Include registrations without pest presence" %}
                 </label>
               </div>
             <button type="submit" class="btn btn-primary">{% trans "Filter" %}</button>
-- 
GitLab