{% extends 'base.html' %} {% load static %} {% block content %}

Change Password - {{user_profile.user.first_name|upper}} {{user_profile.middle_name|upper}} ({{user_profile.user.username}})


All fields marked with an asterisk (*) are required
{% csrf_token %}
{% include 'partials/_messages.html' %}
Change Password
{% if user_profile.profile_picture_url %} Charles Hall {% else %} Charles Hall {% endif %}
{% endblock %}