Bug 34478: Manual fix - change to get remove csrf token - patrons-admin-search
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
b41187439a
commit
4dbdcb0908
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
<div id="header_search" role="tablist">
|
||||
<div class="tab-content">
|
||||
<div id="patron_category_search" role="tabpanel" class="tab-pane active">
|
||||
<form action="[% script_name | html %]" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<form action="[% script_name | html %]" method="get">
|
||||
<div class="form-title">
|
||||
<label class="control-label" for="category_search"><span class="control-text">Search patron categories</span> <i class="fa fa-fw fa-id-card" aria-hidden="true"></i></label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue