{% extends "base.html" %} {% block title %}Central — Add API Key{% endblock %} {% block content %}

Add API Key

{% if errors and errors.alias %} {{ errors.alias }} {% else %} Letters, numbers, and underscores only. Max 64 characters. {% endif %} {% if errors and errors.plaintext_key %} {{ errors.plaintext_key }} {% else %} The key will be encrypted before storage. You will not be able to view it again. {% endif %}
Cancel
{% endblock %}