Skip to content

Commit

Permalink
Fix notes on route creation
Browse files Browse the repository at this point in the history
Fixes #471
  • Loading branch information
velocity23 committed Jul 31, 2022
1 parent 85158ae commit d0c9d59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/tailwind/views/admin/routes_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
</div>
<input type="hidden" name="duration" id="duration" :value="`${hours}:${minutes}`" value="" required />
</div>
<div class="space-y-1">
<label for="notes">Notes</label>
<input id="notes" name="notes" type="text" class="form-control" value="<?= Page::$pageData->route->notes ?>" />
</div>
<input type="hidden" name="aircraft" :value="aircraft.map(a => a.id).join(',')" />
</div>
<div class="flex-1 p-3 dark:bg-white/10 bg-gray-100 rounded">
Expand Down

0 comments on commit d0c9d59

Please sign in to comment.