mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 12:52:21 -06:00
Closes #1512: Added a view to search for an IP address being assigned to an interface
This commit is contained in:
@@ -132,7 +132,7 @@ def querystring(request, **kwargs):
|
||||
querydict[k] = v
|
||||
elif k in querydict:
|
||||
querydict.pop(k)
|
||||
querystring = querydict.urlencode()
|
||||
querystring = querydict.urlencode(safe='/')
|
||||
if querystring:
|
||||
return '?' + querystring
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user