Bug 34478: Add missing csrf-token.inc for opac
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
69fd7c026d
commit
21f5c30920
1 changed files with 3 additions and 0 deletions
3
koha-tmpl/opac-tmpl/bootstrap/en/includes/csrf-token.inc
Normal file
3
koha-tmpl/opac-tmpl/bootstrap/en/includes/csrf-token.inc
Normal file
|
@ -0,0 +1,3 @@
|
|||
[%- USE Koha -%]
|
||||
[%- USE raw -%]
|
||||
<input type="hidden" name="csrf_token" value="[% Koha.GenerateCSRF | $raw %]" />
|
Loading…
Reference in a new issue