{% extends 'base.html' %} {% block content %} Edit Profile

Edit Profile

{{ user.profile.bio }}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}