mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 08:59:44 +01:00
Merge branch 'develop' into feature
This commit is contained in:
@@ -229,9 +229,6 @@ class TagImportForm(CSVModelForm):
|
||||
class Meta:
|
||||
model = Tag
|
||||
fields = ('name', 'slug', 'color', 'description')
|
||||
help_texts = {
|
||||
'color': mark_safe(_('RGB color in hexadecimal. Example:') + ' <code>00ff00</code>'),
|
||||
}
|
||||
|
||||
|
||||
class JournalEntryImportForm(NetBoxModelImportForm):
|
||||
|
||||
Reference in New Issue
Block a user