mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Merge branch 'master' of github.com:pretix/pretix
This commit is contained in:
@@ -528,6 +528,8 @@ class ConfirmStep(CartMixin, AsyncAction, TemplateFlowStep):
|
||||
ctx['contact_info'] = [
|
||||
(_('E-mail'), email),
|
||||
]
|
||||
else:
|
||||
ctx['contact_info'] = []
|
||||
responses = contact_form_fields.send(self.event, request=self.request)
|
||||
for r, response in sorted(responses, key=lambda r: str(r[0])):
|
||||
for key, value in response.items():
|
||||
|
||||
Reference in New Issue
Block a user