Skip to content

Commit

Permalink
false crawl text change on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ehallein committed Nov 13, 2023
1 parent c4ae6c4 commit 5113615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion observations/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class TurtleNestEncounterFilter(FilterSet):
field_name="nest_type",
choices=(
("successful-crawl", "Track with nest"),
("false-crawl", "Track without nest"),
("false-crawl", "Track without nest (false crawl)"),
("track-not-assessed", "Track, not checked for nest"),
("nest", "Nest, unhatched, no track"),
("hatched-nest", "Nest, hatched"),
Expand Down
2 changes: 1 addition & 1 deletion wastd/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="dropdown-item" href="{% url 'observations:turtlenestencounter-list' %}?encounter_type=tracks&nest_type=false-crawl"
title="Browse tracks without nests">
<i class="fa-solid fa-table" aria-hidden="true"></i>
Tracks without nests
Tracks without nests (false crawl)
</a>
<a class="dropdown-item" href="{% url 'observations:turtlenestencounter-list' %}?encounter_type=nest&disturbance=present"
title="Browse disturbed or predated nests">
Expand Down

0 comments on commit 5113615

Please sign in to comment.