Skip to content

Commit

Permalink
Fix unvalidated filter (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Jun 28, 2024
1 parent 7423499 commit d24c71b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bims/templates/map_page/search-panel-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
value="validated"> <label class="checkbox-label" for="filter-validation-validated">Validated</label>
</div>
<div><input id="filter-validation-non-validated" name="filter-validation" type="checkbox"
value="non validated"> <label class="checkbox-label" for="filter-validation-non-validated">Unvalidated</label>
value="unvalidated"> <label class="checkbox-label" for="filter-validation-non-validated">Unvalidated</label>
</div>
{% if preferences.SiteSetting.enable_sass %}
<div>
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/REQUIREMENTS-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ wrapt==1.16.0

# pdb plus plus
pdbpp

django-debug-toolbar==4.4.2
2 changes: 1 addition & 1 deletion deployment/production/REQUIREMENTS-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ wrapt==1.16.0

# pdb plus plus
pdbpp

django-debug-toolbar==4.4.2

0 comments on commit d24c71b

Please sign in to comment.