Skip to content

Commit ec3b0d1

Browse files
authored
fix: keyerror due to my_tickets_url while rendering tickets template (#6858)
Used to send mails after tickets have been bought
1 parent 5d08932 commit ec3b0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/helpers/system_mails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
u"<br/>Your order has been processed successfully."
191191
+ u"<br/> Your tickets & invoice have been enclosed."
192192
u"<br><br>You can also download your tickets in <b>My Tickets</b> section."
193-
u"<br/>Login to manage the orders at <a href='{mytickets_url}' target='_blank'>{mytickets_url}</a> </em>"
193+
u"<br/>Login to manage the orders at <a href='{my_tickets_url}' target='_blank'>{my_tickets_url}</a> </em>"
194194
u"<br><br><em>Looking forward to seeing you at the event."
195195
),
196196
},

0 commit comments

Comments
 (0)