Bug 34478: Manual fix - change to get remove csrf token - member-search-box
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
dc5bc06163
commit
f3bd0e7ebd
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@
|
|||
[% ELSE %]
|
||||
<div id="patron_search" role="tabpanel" class="tab-pane">
|
||||
[% END %]
|
||||
<form method="post" action="/cgi-bin/koha/members/member.pl">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<form action="/cgi-bin/koha/members/member.pl" method="get">
|
||||
<input type="hidden" name="quicksearch" value="1" />
|
||||
|
||||
<div class="form-title">
|
||||
|
|
Loading…
Reference in a new issue