Whenever I use redirect after a form submission, the flash message is always:
You are being redirected <a href="app_name">here</a>" I have tried setting response.flash and session.flash, but this message always pops up after the page is refreshed. This is really annoying. At the end of http.py, I see that the redirect raises an HTTP exception. Is there a better way to do this so that it doesn't pop a flash message when the redirect is completed? Thanks

