mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
Correct label for RIR
This commit is contained in:
parent
1552681e6b
commit
f631f8c45b
@ -227,7 +227,8 @@ class RIRFilterForm(BootstrapMixin, forms.Form):
|
|||||||
|
|
||||||
class AggregateForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
|
class AggregateForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
|
||||||
rir = DynamicModelChoiceField(
|
rir = DynamicModelChoiceField(
|
||||||
queryset=RIR.objects.all()
|
queryset=RIR.objects.all(),
|
||||||
|
label='RIR'
|
||||||
)
|
)
|
||||||
tags = DynamicModelMultipleChoiceField(
|
tags = DynamicModelMultipleChoiceField(
|
||||||
queryset=Tag.objects.all(),
|
queryset=Tag.objects.all(),
|
||||||
|
Loading…
Reference in New Issue
Block a user