Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions funnel/templates/account.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
<div class="card">
<div class="card__header">
<h3 class="card__header__title mui--text-title text-bold">{% trans %}Email addresses{% endtrans %}</h3>
{% if not current_auth.user.features.has_personal_email %}
<p class="mui--text-caption mui--text-danger zero-bottom-margin">Please add your personal email address to receive project updates and view your purchased tickets.</p>
{%- elif not current_auth.user.features.has_work_emai %}
<p class="mui--text-caption mui--text-danger zero-bottom-margin">Please add your work email address to receive event updates and view your purchased tickets.</p>
{%- endif -%}
</div>
<form action="{{ url_for('make_email_primary') }}"
method="post"
Expand Down