Bug 35307: Add a hidden input for expired holds
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / csrf-token.inc
1 [%- USE Koha %]
2 [%- USE raw %]
3 <input type="hidden" name="csrf_token" value="[% Koha.GenerateCSRF | $raw %]" />