From a060170d29b7ce5be7ff0f21956bfbc0831461a4 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 9 Feb 2024 11:51:59 +0000 Subject: [PATCH] Bug 34478: Manual fix - change to get remove csrf token - installer/step2 Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt index 5a17faf0ac..43456f1ce2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt @@ -40,8 +40,7 @@ [% IF ( dbconnection ) %] -
- [% INCLUDE 'csrf-token.inc' %] + [% IF ( checkdatabaseaccess ) %] [% IF ( checkdatabasecreated ) %] @@ -87,8 +86,7 @@ [% END %]
[% ELSE %] -
- [% INCLUDE 'csrf-token.inc' %] +

-- 2.39.5