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.
in html. there i want to flash a message containing link. i would use href in html to do that but i dont know what to do in flask flash...
– user525252 Jun 12 '22 at 18:34