{% extends "base_admin.html" %} {% block pagehead %}

Change Profile Information

{% endblock %} {% block content %}
{% csrf_token %} Change User Information {{ user_form.as_table }} {{ admin_form.as_table }}

Change Password
{{ pass_form.as_table }}
{% endblock content %}