Lines 303-308
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 |
[% INCLUDE 'csrf-token.inc' %] |
307 |
<input type="hidden" name="op" value="cud-noop" /> |
306 |
|
308 |
|
307 |
[% IF ( multi_hold ) %] |
309 |
[% IF ( multi_hold ) %] |
308 |
<input type="hidden" name="request" value="any"/> |
310 |
<input type="hidden" name="request" value="any"/> |
309 |
- |
|
|