This commit is contained in:
Joseph Kennedy 2017-08-26 01:55:14 -04:00
parent bb75f65cf5
commit 6e1af855bf

View File

@ -1601,7 +1601,7 @@ class InterfaceCSVForm(forms.ModelForm):
if self.cleaned_data['device'] is not None:
lag = Interface.objects.filter(
device=self.cleaned_data['device'], form_factor=IFACE_FF_LAG).get(
self.cleaned_data['lag']
lag=self.cleaned_data['lag']
)