Added info text to event input form.
This commit is contained in:
parent
f91064d9bf
commit
82deb08085
@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
<h3><i class="material-icons">event</i> Event Reservation</h3>
|
<h3><i class="material-icons">event</i> Event Reservation</h3>
|
||||||
|
|
||||||
|
<div class="info">
|
||||||
|
If you want to have one ticket (i.e. barcode) per individual and have names for each individual
|
||||||
|
on the ticket, create multiple reservations (one per individual) with number of seats set to 1.
|
||||||
|
</div>
|
||||||
|
|
||||||
<form action="./send" method="post">
|
<form action="./send" method="post">
|
||||||
<input type="hidden" name="form_type" value="{{action}}"/>
|
<input type="hidden" name="form_type" value="{{action}}"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user