From 099df862d3ddf2b97c290399f8326e42b19568c5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 26 Feb 2024 12:32:18 +0100 Subject: [PATCH] Bug 34478: Convert form to link - sci-main Nothing to POST, we could move to GET, but we do not have parameters. A link is good here. Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt index 03b138a156..f9b3975f21 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -109,11 +109,7 @@
-
- [% INCLUDE 'csrf-token.inc' %] - Finish - -
+ Finish
[% ELSE %]
-- 2.39.5