{% extends 'aristotle_mdr_api/base.html' %} {% load render_bundle from webpack_loader %} {% block webpack_css_bundle %} {% render_bundle 'tokenCreate' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'tokenCreate' 'js' %} {% endblock %} {% block api_content %} {% if error %}
{{ error }}
{{ message }}
Success! Your API key is {{ key }}
Be sure to copy your new token. As you will not be able to view it again
{% endif %} {% if display_regenerate %}This will generate a new key for this token. Invalidating the old one
Regenerate Token