0

I have a fairly simple Flask application that response to a form submission with a xlsx file after some processing. I've been trying to change the webapp to use Turbo-Flask, however due to the way Turbo-Flask changes how form submissions work, my current implementation no longer works. I've tried reading some documentation, however the Turbo-Flask docs are fairly limited, and I don't have any experience with Turbo outside of this context. Was just wondering if there's something obvious I'm missing, a simple redirect etc.

djvg
  • 11,722
  • 5
  • 72
  • 103
Jed
  • 1

1 Answers1

0

You can always turn off turbo for given form/link with data-turbo="false" attribute.

Other than that, you need to explain your question a bit more for me to help you.

janpeterka
  • 568
  • 4
  • 17