{% extends "base.html" %} {% block title %}Create API Key — {{ club.name }}{% endblock %} {% block content %}

{{ club.name }} — Create API Key

Back to API keys
{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
A label to identify this integration.
Permissions
{% endblock %}