Little tidy
This commit is contained in:
@@ -458,15 +458,15 @@
|
||||
|
||||
<div class="form-row-3col">
|
||||
<div class="form-group">
|
||||
<label for="circuitPOB">Persons on Board <span class="required">*</span></label>
|
||||
<label for="circuitPOB">POB <span class="required">*</span></label>
|
||||
<input type="number" id="circuitPOB" name="pob" value="1" min="1" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="circuitDuration">Est. Duration (minutes)</label>
|
||||
<label for="circuitDuration">Duration</label>
|
||||
<input type="number" id="circuitDuration" name="duration" value="30" min="5">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="circuitETD">Est. Takeoff Time</label>
|
||||
<label for="circuitETD">ETD</label>
|
||||
<input type="time" id="circuitETD" name="etd">
|
||||
</div>
|
||||
</div>
|
||||
@@ -526,16 +526,6 @@
|
||||
<textarea id="depNotes" name="notes" placeholder="Any additional information..."></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="depEmail">Pilot Email</label>
|
||||
<input type="email" id="depEmail" name="pilot_email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="depName">Pilot Name</label>
|
||||
<input type="text" id="depName" name="pilot_name" placeholder="Optional">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn-submit">✈️ Book Departure</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user