Skip to content

Commit

Permalink
Merge pull request #121 from cfpb/ans_fixup
Browse files Browse the repository at this point in the history
Remove crawler redundant search button
  • Loading branch information
anselmbradford authored Nov 15, 2024
2 parents 08e9944 + 2b4adaa commit 7cbd7e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions viewer/templates/viewer/search_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,21 @@ <h2 class="h3">Search the index</h2>
{% include "error.svg" %}
</button>
</div>
<button class="a-btn" type="submit" aria-label="Search">Search</button>
<button
class="a-btn"
type="submit"
aria-label="Search consumerfinance.gov content and source code"
>
Search
</button>
</div>

<p class="help-text">
Check out the <a href="{% url 'help' %}">Common searches</a> page for
examples
examples.
</p>

<div class="o-form__group search-options">
<div class="search-options">
<div class="m-form-field m-form-field--radio">
<input
class="a-radio"
Expand Down Expand Up @@ -139,11 +145,5 @@ <h2 class="h3">Search the index</h2>
</label>
</div>
</div>
<button
class="a-btn a-btn-alt"
aria-label="Search consumerfinance.gov content and source code"
>
Search
</button>
</form>
</div>

0 comments on commit 7cbd7e5

Please sign in to comment.