Skip to content

Commit

Permalink
Providing translatable action for the search results form on the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-thinkshout committed Oct 17, 2022
1 parent 462b096 commit fb99f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{{ title_prefix }}
<div class="container">
<h1 class="h1 padding-vertical">{{ view.title }}</h1>
<form class="search-page-main-input padding-bottom margin-bottom-lg" action="/search">
<form class="search-page-main-input padding-bottom margin-bottom-lg" action="{{ exposed['#action'] }}">
<div class="input-wrapper">
<label class="visually-hidden" for="search_page_search">{{ "Search"|t }}</label>
<input class="search-input" type="text" name="keys" id="search_page_search" value="{{ url_keys }}">
Expand Down

0 comments on commit fb99f53

Please sign in to comment.