Skip to content

Commit

Permalink
Merge pull request #387 from openownership/384-search-button
Browse files Browse the repository at this point in the history
Make text in search button visible again
  • Loading branch information
drcongo authored Aug 16, 2023
2 parents 5ae5c75 + d7c3978 commit 61007f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/errors/404.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<input class="search-form__text-input" type="text" name="q" value="{{ form.q.value() }}" placeholder="Enter your search term">
<button class="btn" type="submit">
<span class="visually-hidden">{{_('Search')}}</span>
{{_('Search')}}
</button>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/search/results.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<input class="search-form__text-input" type="text" name="q" value="{{ form.q.value() }}" placeholder="Enter your search term">
<button class="btn" type="submit">
<span class="visually-hidden">{% trans %}Search{% endtrans %}</span>
{% trans %}Search{% endtrans %}
</button>
</div>
</header>
Expand Down

0 comments on commit 61007f9

Please sign in to comment.