Skip to content
Snippets Groups Projects
Commit 262f69f8 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Change checkbox value

parent 1a7f1776
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment