{% extends 'base.html' %} {% block title%} EDIT PROFILE {% endblock%} {% block content%}

EDIT ur setting in ur profile



{{ user.profile.bio}}

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