mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up stray references to old RackGroup model
This commit is contained in:
@@ -521,9 +521,9 @@ class LocationCSVForm(CustomFieldModelCSVForm):
|
||||
queryset=Location.objects.all(),
|
||||
required=False,
|
||||
to_field_name='name',
|
||||
help_text='Parent rack group',
|
||||
help_text='Parent location',
|
||||
error_messages={
|
||||
'invalid_choice': 'Rack group not found.',
|
||||
'invalid_choice': 'Location not found.',
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user