Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2022-03-22 12:57:23 -04:00
4 changed files with 9 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ class PrefixForm(TenancyForm, NetBoxModelForm):
label='VLAN group',
null_option='None',
query_params={
'site_id': '$site'
'site': '$site'
},
initial_params={
'vlans': '$vlan'