We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c684eb commit c72bbe5Copy full SHA for c72bbe5
Koha/Plugin/Com/PTFSEurope/PluginBackend/intra-includes/create.inc
@@ -41,6 +41,7 @@
41
<div id="errormessage" style="display:none"></div>
42
</div>
43
<form method="POST" action="[% here %]" id="create_form">
44
+ [% INCLUDE 'csrf-token.inc' %]
45
<fieldset class="rows">
46
<legend>Enter metadata</legend>
47
<input name="stage" id="stage" value="validate" type="hidden"/>
Koha/Plugin/Com/PTFSEurope/PluginBackend/opac-includes/create.inc
@@ -33,6 +33,7 @@
33
34
[% ELSIF whole.stage == "init" %]
35
<form method="POST" id="create_form">
36
37
38
<legend>Place an interlibrary loan request</legend>
39
0 commit comments