From 2446a087d4d8ee72dbf7d8ee59ea6c363c57adee Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Sep 2024 11:03:33 +0200 Subject: [PATCH] Bug 37981: Switch installer/ste3.tt form from POST to GET This form does not need to be a POSTed form. Test plan: Drop and recreate the DB and run the web installer. Everything should work, no behaviour change expected. --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 412f547ba6c..a0c7081036d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -291,8 +291,7 @@ -
- [% INCLUDE 'csrf-token.inc' %] +

-- 2.34.1