{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} {{ user.username }} {% endblock title %} {% block content %}

{{ user.username }}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}