mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
12826 fix slug field
This commit is contained in:
parent
d6721dfdb2
commit
860f3eb5e4
@ -204,6 +204,7 @@ class RackRoleForm(NetBoxModelForm):
|
||||
|
||||
class RackTypeForm(NetBoxModelForm):
|
||||
comments = CommentField()
|
||||
slug = SlugField()
|
||||
|
||||
fieldsets = (
|
||||
FieldSet('name', 'slug', 'description', 'tags', name=_('Rack')),
|
||||
|
Loading…
Reference in New Issue
Block a user