Lines 9-15
Link Here
|
9 |
[% END %] |
9 |
[% END %] |
10 |
|
10 |
|
11 |
[% IF whole.stage == "form" %] |
11 |
[% IF whole.stage == "form" %] |
12 |
<h2>Edit a manual ILL request</h2> |
12 |
<h2>Edit ILL request item metadata</h2> |
13 |
<form id="standard_edit_form" method="POST" action=""> |
13 |
<form id="standard_edit_form" method="POST" action=""> |
14 |
[% INCLUDE 'csrf-token.inc' %] |
14 |
[% INCLUDE 'csrf-token.inc' %] |
15 |
<fieldset class="rows"> |
15 |
<fieldset class="rows"> |
16 |
- |
|
|