Skip to content

Commit

Permalink
fix: Removed faulty link & add user request info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaicharan1 committed Feb 7, 2020
1 parent 42c409b commit e5bc037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/helpers/system_mails.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
'message': (
u"Hi, this is a confirmation mail of your tickets for the event {event_name}"
u"<br/>Your order has been processed successfully."
+ u"<br/> <a href='{pdf_url}'>Click here</a> to view/download your ticket."
+ u"<br/> Your tickets & invoice have been enclosed. You can also download your tickets in the <b>My Tickets</b> section of your account."
u"<br><br><em>Looking forward to seeing you at the event."
),
},
Expand Down

0 comments on commit e5bc037

Please sign in to comment.