{% extends "base.html" %} {% block title %}Edit User - {{ user.username }}{% endblock %} {% block content %}

Edit User: {{ user.username }}

{% if error %}
{{ error }}
{% endif %}
Leave blank to keep current password
Cancel
{% endblock %}