In my Flask app, I\'m redirecting to an other page with an argument as follows:
return redirect(url_for("edit.editFunction", plants=thisPlant))