Bug 34478: opac-downloadcart does not need a POST

Note: Created bug 35975 for bug with BIBTEX.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Marcel de Rooy 2024-02-01 13:44:52 +00:00 committed by Jonathan Druart
parent adbc2ae27e
commit 55b5b51532
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -10,8 +10,7 @@
<div class="col order-first order-md-first order-lg-2">
<div id="userdownloadcart" class="maincontent">
<h1>Download cart</h1>
<form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
[% INCLUDE 'csrf-token.inc' %]
<form method="get" action="/cgi-bin/koha/opac-downloadcart.pl">
<select name="format" id="format">
<option value="">-- Choose format --</option>
<option value="ris">RIS (Zotero, EndNote, others)</option>