Explorar o código

Correct label for RIR

Jeremy Stretch %!s(int64=5) %!d(string=hai) anos
pai
achega
f631f8c45b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      netbox/ipam/forms.py

+ 2 - 1
netbox/ipam/forms.py

@@ -227,7 +227,8 @@ class RIRFilterForm(BootstrapMixin, forms.Form):
 
 class AggregateForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
     rir = DynamicModelChoiceField(
-        queryset=RIR.objects.all()
+        queryset=RIR.objects.all(),
+        label='RIR'
     )
     tags = DynamicModelMultipleChoiceField(
         queryset=Tag.objects.all(),