* update IPAddressEditView get_extra_addanother_params * Simplify get_extra_addanother_params
@@ -868,6 +868,7 @@ class IPAddressEditView(generic.ObjectEditView):
return {'interface': request.GET['interface']}
elif 'vminterface' in request.GET:
return {'vminterface': request.GET['vminterface']}
+ return {}
# TODO: Standardize or remove this view