{% extends "base.html" %} {% block title %}Edit User{% endblock %} {% block page_title %}Edit User{% endblock %} {% block head %} {% endblock %} {% block content %}
Edit: {{ user.full_name }}

Leave both fields blank to keep the current password.
Cancel
{% endblock %} {% block scripts %} {% endblock %}