diff --git a/easy_my_coop_website/controllers/main.py b/easy_my_coop_website/controllers/main.py index 960c010..3976d57 100644 --- a/easy_my_coop_website/controllers/main.py +++ b/easy_my_coop_website/controllers/main.py @@ -331,6 +331,9 @@ class WebsiteSubscription(http.Controller): ) return request.render(redirect, values) + # There's no issue with the email, so we can remember the confirmation email + values["confirm_email"] = email + company = request.website.company_id if company.allow_id_card_upload: if not post_file: