{% extends "base.html" %} {% block title %}Change Email - AISBF{% endblock %} {% block content %}

Change Email Address

Update your email address. You will need to verify the new email before it takes effect.

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Current Email

{{ session.email }}

Confirm your password to proceed
Cancel
{% endblock %}