Skip to content

Commit d0c9d59

Browse files
committed
Fix notes on route creation
Fixes #471
1 parent 85158ae commit d0c9d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/tailwind/views/admin/routes_new.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
</div>
3636
<input type="hidden" name="duration" id="duration" :value="`${hours}:${minutes}`" value="" required />
3737
</div>
38+
<div class="space-y-1">
39+
<label for="notes">Notes</label>
40+
<input id="notes" name="notes" type="text" class="form-control" value="<?= Page::$pageData->route->notes ?>" />
41+
</div>
3842
<input type="hidden" name="aircraft" :value="aircraft.map(a => a.id).join(',')" />
3943
</div>
4044
<div class="flex-1 p-3 dark:bg-white/10 bg-gray-100 rounded">

0 commit comments

Comments
 (0)