diff --git a/arches/app/views/tile.py b/arches/app/views/tile.py index ce781d73e31..4c5f6e05ac2 100644 --- a/arches/app/views/tile.py +++ b/arches/app/views/tile.py @@ -85,7 +85,7 @@ def handle_save_error(self, e, tile_id="", title=_("Saving tile failed"), messag ) ) - return JSONErrorResponse(_(title), _(str(message))) + return JSONErrorResponse(_(title), _(str(message)), {"message": message, "title": title}) def post(self, request): if self.action == "update_tile":