{% extends "base.html" %} {% block title %}My Settings{% endblock %} {% block content %}

My Settings

{% csrf_token %} {{ user_form }} {{ profile_form }}
 
{% endblock %}