Skip to content

Commit

Permalink
Use description.html in JS template (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram authored Jun 6, 2024
1 parent 1dd19f6 commit b297ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxoffice/templates/boxoffice.js.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $(function() {
'unit_final_amount': undefined,
'discounted_amount': undefined,
'final_amount': undefined,
'ticket_description': ticket.description,
'ticket_description': ticket.description_html,
'price_valid_upto': boxoffice.util.formatDate(ticket.price_valid_upto),
'has_higher_price': ticket.has_higher_price,
'discount_policies': ticket.discount_policies,
Expand Down

0 comments on commit b297ee5

Please sign in to comment.