diff --git a/netbox/templates/inc/paginator.html b/netbox/templates/inc/paginator.html index e7be9eddb..ac4648988 100644 --- a/netbox/templates/inc/paginator.html +++ b/netbox/templates/inc/paginator.html @@ -20,6 +20,11 @@
+ {% for k, v in request.GET.items %} + {% if k != 'per_page' %} + + {% endif %} + {% endfor %}