mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix bug in 03de0d5d2
This commit is contained in:
@@ -713,7 +713,8 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
||||
initial=initial, all_optional=self.all_optional)
|
||||
if wd.get('email', '') and wd.get('fix', '') == "true" or self.cart_customer:
|
||||
f.fields['email'].disabled = True
|
||||
f.fields['email_repeat'].disabled = True
|
||||
if 'email_repeat' in f.fields:
|
||||
f.fields['email_repeat'].disabled = True
|
||||
|
||||
for overrides in override_sets:
|
||||
for fname, val in overrides.items():
|
||||
|
||||
Reference in New Issue
Block a user