How can I add links to my text in Flask?
What I want to do is after submitting a form, I want to flash a message containing a link.
I want to use Flask here. But if this is something javascript can do I am also open to that.
I really appreciate any help you can provide.