From b096c76d90e55c2c4122ec550faefa7dc4dc3aab Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Mon, 26 Oct 2020 16:15:22 +0100 Subject: [PATCH] In the become a (company) cooperator forms, remembers confirmation email when there's no problem with it. Signed-off-by: Cyrille Bollu --- easy_my_coop_website/controllers/main.py | 3 +++ 1 file changed, 3 insertions(+) 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: