{% extends 'main.html' %} {% block content %}

Изменение профиля

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