Lines 303-309
Link Here
|
303 |
<fieldset class="rows"> |
303 |
<fieldset class="rows"> |
304 |
<legend>Hold details</legend> |
304 |
<legend>Hold details</legend> |
305 |
<form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form"> |
305 |
<form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form"> |
306 |
|
306 |
[% INCLUDE 'csrf-token.inc' %] |
307 |
[% IF ( multi_hold ) %] |
307 |
[% IF ( multi_hold ) %] |
308 |
<input type="hidden" name="request" value="any"/> |
308 |
<input type="hidden" name="request" value="any"/> |
309 |
[% FOREACH biblioloo IN biblioloop %] |
309 |
[% FOREACH biblioloo IN biblioloop %] |
310 |
- |
|
|