I would like to make "click here" a hyperlink which when clicked, would send people to 127.0.0.1 for example.
confirm_links = 'To confirm this order <a href= "127.0.0.1://confirmorder/" > click here </a> '
I think this would normally work, but I am having the code be sent through email.