diff --git a/funnel/templates/account.html.jinja2 b/funnel/templates/account.html.jinja2 index 90e0bd2c1..6479c811e 100644 --- a/funnel/templates/account.html.jinja2 +++ b/funnel/templates/account.html.jinja2 @@ -150,6 +150,11 @@

{% trans %}Email addresses{% endtrans %}

+ {% if not current_auth.user.features.has_personal_email %} +

Please add your personal email address to receive project updates and view your purchased tickets.

+ {%- elif not current_auth.user.features.has_work_emai %} +

Please add your work email address to receive event updates and view your purchased tickets.

+ {%- endif -%}