Widget: Fix markup for voucher explanation text

This commit is contained in:
Raphael Michel
2022-11-17 18:29:15 +01:00
parent 7b58ddbfde
commit a06a693c5c
2 changed files with 2 additions and 2 deletions

View File

@@ -649,7 +649,7 @@ class WidgetAPIProductList(EventListMixin, View):
'display_net_prices': request.event.settings.display_net_prices,
'show_variations_expanded': request.event.settings.show_variations_expanded,
'waiting_list_enabled': request.event.settings.waiting_list_enabled,
'voucher_explanation_text': str(request.event.settings.voucher_explanation_text),
'voucher_explanation_text': str(rich_text(request.event.settings.voucher_explanation_text, safelinks=False)),
'error': None,
'cart_exists': False
}