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

Edit your account

You can edit your account using the following form:

{{ user_form.as_p }} {{ profile_form.as_p }} {% csrf_token %}

{% endblock %}