forked from CGM_Public/pretix_original
Add custom rich_text template filter
This commit is contained in:
@@ -99,6 +99,7 @@ class EventIndex(EventViewMixin, CartMixin, TemplateView):
|
||||
context['vouchers_exist'] = vouchers_exist
|
||||
|
||||
context['cart'] = self.get_cart()
|
||||
|
||||
context['frontpage_text'] = str(self.request.event.settings.frontpage_text)
|
||||
return context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user