mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix #8287 - Correct label in export template form
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
## v3.1.6 (FUTURE)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* [#8287](https://github.com/netbox-community/netbox/issues/8287) - Correct label in Export Template Form
|
||||
|
||||
---
|
||||
|
||||
## v3.1.5 (2022-01-06)
|
||||
|
@ -82,7 +82,7 @@ class ExportTemplateForm(BootstrapMixin, forms.ModelForm):
|
||||
model = ExportTemplate
|
||||
fields = '__all__'
|
||||
fieldsets = (
|
||||
('Custom Link', ('name', 'content_type', 'description')),
|
||||
('Export Template', ('name', 'content_type', 'description')),
|
||||
('Template', ('template_code',)),
|
||||
('Rendering', ('mime_type', 'file_extension', 'as_attachment')),
|
||||
)
|
||||
|
Reference in New Issue
Block a user