{% extends "admin/base.html" %} {% block title %}New API Key{% endblock %} {% block header_title %}New API Key{% endblock %} {% block content %}

API Key Created

This is the only time the full key will be shown. Please copy it now and store it securely.

{{ plain_key }}

After you close this page you will not be able to see the key again. If you lose it, create a new one and revoke the old key.

Back to User Details
{% endblock %}