{% extends "base.html" %} {% block title %}Edit Profile{% endblock %} {% block content %}

Edit profile for {{ user }}

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