{% extends "base.html" %} {% load url %} {% load crispy_forms_tags %} {% block title %}Create a Token - {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Please click on the button below to create a new API token for your account.
{% crispy form %} {% endblock %}