{% extends "base.html" %} {% load bootstrap3 %} {% block page_heading %}Profile for {{user.username}}{% endblock %} {% block content %}
{% csrf_token %} {{ form.errors }} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}