Bug 34478: Remove POST from cataloguing_create_av.inc

The POST is done in JS, we don't need it there.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2024-01-31 17:09:05 +01:00
parent 800a788504
commit be0a647284
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -5,8 +5,7 @@
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="avCreateLabel">Create a new authorized value</h3>
</div>
<form id="add_new_av" method="post">
[% INCLUDE 'csrf-token.inc' %]
<form id="add_new_av" method="get">
<div class="modal-body">
<fieldset class="rows">
<ol>