diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html index 8a9026aa8e554ce924942bc1603a677bb8616c76..84a2440c57d7fa04304de17e9c3eae374ef623a6 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>