{% extends "base.html" %} {% block title %} User Profile | {{block.super}} {% endblock %} {% block content %}

User Profile

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