We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5155b7a + cf851b6 commit ceb815aCopy full SHA for ceb815a
templates/search/banner.tx
@@ -1,4 +1,7 @@
1
% my $search_context = $search_type ? $search_type : $c.session('pst');
2
+
3
+% # Do NOT change form id as it will break the skip link on the pages using this form
4
5
% if $search_context == "officers" {
6
<form id="search" action="/search/officers" method="get" accept-charset="utf-8" role="search" class="<% $header_or_body=='header'? 'search-header' : 'search-header js-search-hash' %>">
7
<p>
0 commit comments