diff --git a/fleet/urls.py b/fleet/urls.py index bdb8b41e..d1926475 100755 --- a/fleet/urls.py +++ b/fleet/urls.py @@ -97,6 +97,7 @@ path('/vehicles//list_for_sale/', vehicle_sell, name='vehicle_sell'), path('/vehicle/edit//', vehicle_edit, name='vehicle_edit'), path('/vehicles/dedupe', deduplicate_operator_fleet, name='deduplicate_fleet'), + path('operator//vehicles/export/', export_fleet_csv, name='export_fleet_csv'), # Trips path('/vehicles//trips/manage/', vehicles_trip_manage, name='vehicles_trip_manage'),