{% extends "base.html" %} {% block title %}Edit Profile - AISBF{% endblock %} {% block content %}

Edit Profile

Update your account information

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

Account Information

This is how your name will be displayed throughout the application
{% if not session.email %} No email address set. Add Email (requires verification) {% else %} Change Email (requires verification) {% endif %}
Profile picture
Change
Max 5 MB. JPG, PNG, GIF, WebP.

Danger Zone

Permanently delete your account and all associated data.

Delete Account
{% endblock %}