mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Renamed table field trip_starting_location to just trip_source added export trips as CSV in POST, new DB Dump
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-map-marker-alt"></i></span>
|
||||
</div>
|
||||
<input type="text" class="form-control" name="starting_location" value="<?php echo $trip_starting_location; ?>" required>
|
||||
<input type="text" class="form-control" name="source" value="<?php echo $trip_starting_location; ?>" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user