{% extends "Dashboard/base.html" %} {% block content %}

Edit User: {{ user.username }}

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}