Fix error for reseller module

This commit is contained in:
Raphael Michel
2018-04-12 15:04:29 +02:00
parent a237078b68
commit 1708a4c831

View File

@@ -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():