{% 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

Current avatar

Profile pictures are managed via Gravatar using your email address

{% endblock %}