transmitted wrong variable

master
b3yond 2018-09-24 19:51:23 +02:00
parent 25121cf2eb
commit 959edf3c13
1 changed files with 1 additions and 1 deletions

View File

@ -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.")