{% extends "base.html" %} {% block title %}Update Profile - {{ current_user.full_name }}{% endblock %} {% block content %}

Personal Information

Update your profile information and change your password

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% if category == 'error' %} {% else %} {% endif %}

{{ message }}

{% endfor %} {% endif %} {% endwith %}

Your member ID is assigned by your group admin

Username cannot be changed

Change Password

Leave blank if you don't want to change your password

Cancel
{% endblock %}