From 959edf3c1394cb7da9b89edd6fae2339521ea878 Mon Sep 17 00:00:00 2001 From: b3yond Date: Mon, 24 Sep 2018 19:51:23 +0200 Subject: [PATCH] transmitted wrong variable --- frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.py b/frontend.py index ca8264a..7a1df7a 100755 --- a/frontend.py +++ b/frontend.py @@ -105,7 +105,7 @@ def subscribe_mail(city): # send mail with code to email sendmail(email, "Subscribe to Ticketfrei " + city + " Mail Notifications", body="To subscribe to the mail notifications for Ticketfrei " + - city + ", click on this link: " + token) + city + ", click on this link: " + confirm_link) return city_page(city, info="Thanks! You will receive a confirmation mail.")