{% extends "accounts/profile_base.html" %} {% block profile_body %}

Profile settings


{% csrf_token %} {% include 'core/bs_form.html' with form=profile_form %}

API Access


Provide this token in your request's 'Authorization' header field to access private data.
{% endblock profile_body %}