Bug 34478: Manual fix - change to get remove csrf token - preservation-search
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ab38465b0d
commit
dc5bc06163
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
<div id="header_search">
|
||||
<div id="preservation_search" class="residentsearch">
|
||||
<form name="find_stuff" action="/cgi-bin/koha/preservation/home.pl" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<form name="find_stuff" action="/cgi-bin/koha/preservation/home.pl" method="get">
|
||||
<span class="form-title">
|
||||
<label class="control-label">Preservation search</label>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue