{% extends "base.html" %} {% load django_bootstrap5 %} {% load bootstrap_helpers %} {% load community_utils %} {% block title %}Edit the emails of {{ communitymember }}{% endblock %} {% block headline %}Edit the emails of {{ communitymember }}{% endblock %} {% block breadcrumbs %} {% url 'members:members' as members_url %} {% with members_url=members_url|add:'?end_date__isnull=True&is_member=True' %} {% breadcrumbs "Members"|combine:members_url communitymember|combine:communitymember.get_absolute_url "Edit"|combine:communitymember.get_edit_url "Emails"|combine:request.path %} {% endwith %} {% endblock %} {% block content %}
You can add or delete emails here. One of the email addresses is the primary email that is used for notifications and password reset.
You cannot change an email once it has been added to this list. But you can add new emails and remove old ones (unless they are your primary email).
The primary email can be set on the profile settings page .
{% endblock %}