{% extends "squad/user_settings/base.html" %} {% block settings %}

API token

{% if token %}

Your API token:

{{token.key}}
{% else %}

You do not have an API token yet.

{% endif %}
{% csrf_token %} {% if token %}
Reset API token

Attention: Resetting your API token will make the old token invalid, and it will no longer be accepted to authenticate API requests. Only the new token will be accepted.

{% else %} {% endif %}
{% endblock %}