{% extends 'base.html' %} {% load bootstrap3 %} {% block profiletab %} class="active"{% endblock %} {% block content %}
{% bootstrap_form_errors user_form layout="horizontal" %} {% bootstrap_form_errors profile_form layout="horizontal" %}
{% csrf_token %} {% bootstrap_form user_form %} {% bootstrap_form profile_form %} {% buttons %} {% endbuttons %}
{% endblock %}