changes
This commit is contained in:
@@ -6,18 +6,6 @@
|
||||
<div class="col-md-6">
|
||||
<h1 class="text-center">Book {{ listing.title }}</h1>
|
||||
<form method="POST">
|
||||
<div class="mb-3">
|
||||
<label for="name" class="form-label">Full Name</label>
|
||||
<input type="text" class="form-control" id="name" name="name" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">Email</label>
|
||||
<input type="email" class="form-control" id="email" name="email" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="phone" class="form-label">Phone</label>
|
||||
<input type="text" class="form-control" id="phone" name="phone" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="check_in" class="form-label">Check-in Date</label>
|
||||
<input type="date" class="form-control" id="check_in" name="check_in" required>
|
||||
|
||||
Reference in New Issue
Block a user