{% extends "dashboard_base.html" %} {% load static %} {% load bootstrap3 %} {% block header_title %}Account{% endblock %} {% block content %}

Update Your Profile

{% csrf_token %} {% bootstrap_form form %}

{% endblock %}