upstream/2025.2.0 #2

Merged
simon merged 100 commits from upstream/2025.2.0 into master 2025-03-07 22:45:06 +00:00
Showing only changes of commit c87401ef5d - Show all commits
+4
View File
@@ -787,6 +787,10 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
self.cart_session.get('email', '') or
wd.get('email', '')
),
'email_repeat': (
self.cart_session.get('email_repeat', '') or
wd.get('email', '')
),
'phone': self.cart_session.get('phone', '') or wd.get('phone', None)
}
initial.update(self.cart_session.get('contact_form_data', {}))