{% extends "accounts_base.html" %} {% block title %}Edit your account{% endblock %} {% block content %}

Edit your account

{% include "includes/_form.html" with form=user_form %} {% include "includes/_form.html" with form=profile_form %} {% csrf_token %}
{% endblock %}