Added a custom welcome text

This commit is contained in:
Raphael Michel
2016-07-30 13:06:41 +02:00
parent 825b985f81
commit 60c10485d1
5 changed files with 14 additions and 0 deletions

View File

@@ -72,4 +72,5 @@ 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