Browse Source

In the become a (company) cooperator forms, remembers confirmation email when

there's no problem with it.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/114/head
Cyrille Bollu 4 years ago
parent
commit
b096c76d90
  1. 3
      easy_my_coop_website/controllers/main.py

3
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:

Loading…
Cancel
Save