Explorar o código

9892 doh - fix tests

Arthur %!s(int64=3) %!d(string=hai) anos
pai
achega
5ce805db2e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      netbox/ipam/forms/bulk_edit.py

+ 4 - 0
netbox/ipam/forms/bulk_edit.py

@@ -321,6 +321,10 @@ class FHRPGroupBulkEditForm(NetBoxModelBulkEditForm):
         required=False,
         label='Authentication key'
     )
+    name = forms.CharField(
+        max_length=100,
+        required=False
+    )
     description = forms.CharField(
         max_length=200,
         required=False