diff --git a/mistraldashboard/action_executions/views.py b/mistraldashboard/action_executions/views.py index 45986e1..0d3d92d 100644 --- a/mistraldashboard/action_executions/views.py +++ b/mistraldashboard/action_executions/views.py @@ -38,7 +38,7 @@ def get_single_action_execution_data(request, **kwargs): ) except Exception: msg = _('Unable to get action execution "%s".') % action_execution_id - redirect = reverse('horizon:mistral:action_execution:index') + redirect = reverse('horizon:mistral:action_executions:index') exceptions.handle(request, msg, redirect=redirect) return action_execution