Bug 34478: (follow-up) Remove POST from sru_modmapping templates

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Marcel de Rooy 2024-02-07 13:38:44 +00:00 committed by Jonathan Druart
parent c7b576ad7e
commit 911adb94b2
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
[% INCLUDE 'messages.inc' %]
<h1>SRU search field mapping for bibliographic records</h1>
<form id="form01" method="post">[%# No need for a CSRF token here %]
<form id="form01" method="get">
<fieldset class="rows">
<div class="row">
<div class="col-xs-6">

View file

@ -17,7 +17,7 @@
<main>
[% INCLUDE 'messages.inc' %]
<h1>SRU search field mapping for authorities</h1>
<form id="form01" method="post">[%# No need for a CSRF token here %]
<form id="form01" method="get">
<fieldset class="rows">
<div class="row">
<div class="col-xs-6">