{% extends "class/base.html" %} {% load static %} {% block title %} Update Your Profile {% endblock %} {% block body %}
{% csrf_token %} {{form.as_p}} {{ profile_form }}



{% endblock %}