{% extends "nimble/base.html" %} {% load bootstrap3 %} {% block content %}
{% csrf_token %} {% bootstrap_form user_form %} {% bootstrap_form profile_form %} {% buttons %} {% endbuttons %}
{% endblock %}