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

Change Password

Update your account password

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

Password Settings

{% endblock %}