Add custom rich_text template filter

This commit is contained in:
Raphael Michel
2017-02-10 09:19:14 +01:00
parent a8e630d271
commit 73490d2923
4 changed files with 54 additions and 8 deletions

View File

@@ -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