Does anyone know if flask redirect is able to open a link / URL in a new tab?
@app.route(\'/test\') def my_page(): return redirect(\'http://mylink.com\',
If you're dealing with a form you can set target="_blank"
form
target="_blank"