{% extends 'profile_base.html' %} {% load bootstrap3 %} {% block title %} Update profile | {{ block.super }} {% endblock %} {% block profile_content %}

Update Profile

{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock profile_content %}