{% extends 'generic/base.html' %} {% block content %}

Editing user: {{object.username}}

{% csrf_token %} {{ form.as_p }}
{% endblock %}