diff --git a/netbox/templates/core/buttons/bulk_sync.html b/netbox/templates/core/buttons/bulk_sync.html index e92ad15df..e70b3a459 100644 --- a/netbox/templates/core/buttons/bulk_sync.html +++ b/netbox/templates/core/buttons/bulk_sync.html @@ -1,3 +1,3 @@ - diff --git a/netbox/templates/dcim/buttons/bulk_disconnect.html b/netbox/templates/dcim/buttons/bulk_disconnect.html index 9ab53472b..0c9a5fc16 100644 --- a/netbox/templates/dcim/buttons/bulk_disconnect.html +++ b/netbox/templates/dcim/buttons/bulk_disconnect.html @@ -1,3 +1,3 @@ - diff --git a/netbox/templates/generic/object_children.html b/netbox/templates/generic/object_children.html index b9eabdc9d..da3ce9814 100644 --- a/netbox/templates/generic/object_children.html +++ b/netbox/templates/generic/object_children.html @@ -35,7 +35,7 @@ Context:
{% block bulk_controls %} - {% action_buttons actions model multi=True %} + {% action_buttons actions model multi=True return_url=request.path %} {% block bulk_extra_controls %}{% endblock %} {% endblock bulk_controls %}
diff --git a/netbox/utilities/templates/buttons/bulk_delete.html b/netbox/utilities/templates/buttons/bulk_delete.html index 42dd7ce30..64673d53c 100644 --- a/netbox/utilities/templates/buttons/bulk_delete.html +++ b/netbox/utilities/templates/buttons/bulk_delete.html @@ -1,3 +1,3 @@ - diff --git a/netbox/utilities/templates/buttons/bulk_edit.html b/netbox/utilities/templates/buttons/bulk_edit.html index bc50d9b6e..78fc8070d 100644 --- a/netbox/utilities/templates/buttons/bulk_edit.html +++ b/netbox/utilities/templates/buttons/bulk_edit.html @@ -1,3 +1,3 @@ - diff --git a/netbox/utilities/templates/buttons/bulk_rename.html b/netbox/utilities/templates/buttons/bulk_rename.html index 6e268cc62..b7d3d7c3b 100644 --- a/netbox/utilities/templates/buttons/bulk_rename.html +++ b/netbox/utilities/templates/buttons/bulk_rename.html @@ -1,5 +1,5 @@ {% if url %} - {% endif %}