diff --git a/django_object_actions/utils.py b/django_object_actions/utils.py index f0b3864..71d2167 100644 --- a/django_object_actions/utils.py +++ b/django_object_actions/utils.py @@ -49,7 +49,7 @@ def change_view(self, request, object_id, form_url="", extra_context=None): { "objectactions": [ self._get_tool_dict(action) - for action in self.get_change_actions(request, object_id, form_url) + for action in self.get_change_actions(request, unquote(object_id), form_url) ], "tools_view_name": self.tools_view_name, }