remove reservation

This commit is contained in:
Chris Smith
2020-02-28 16:24:43 -06:00
parent a8ddd99e3d
commit 5ac3e23b59

View File

@@ -99,7 +99,7 @@ if (isset($_GET['error']) && $_GET['error'] == 'tickets') { ?>
<div class="mb-3"> <div class="mb-3">
<label for="eventTickets">How many tickets would you like to purchase?</label> <label for="eventTickets">How many tickets would you like to purchase?</label>
<p class="text-muted">$<?=$_SERVER['EVENT_TICKET_PRICE']?> for each ticket <strong>or</strong> <p class="text-muted">$<?=$_SERVER['EVENT_TICKET_PRICE']?> for each ticket <strong>or</strong>
purchase 8 tickets for a table reservation for $<?=$_SERVER['TABLE_TICKET_PRICE']?></p> purchase 8 tickets for a table for $<?=$_SERVER['TABLE_TICKET_PRICE']?></p>
<div class="input-group mb-2"> <div class="input-group mb-2">
<div class="input-group-prepend"> <div class="input-group-prepend">
<div class="input-group-text">Tickets</div> <div class="input-group-text">Tickets</div>