{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} Edit {{ user }} {% endblock %} {% block content_header %}

{{ user.username|title }}'s Profile

{% endblock %} {% block content %}
{% crispy form %}
{% endblock %}