{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2026-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block extra_title %}{% translate "Edit API token" %} :: {% endblock extra_title %} {% block content %}
{% translate "Edit API token" %}: {{ token.name }}

{% blocktranslate trimmed %} You can only change which events this token applies to. You cannot change its endpoints and permissions: Please create a new token if you need different permissions. {% endblocktranslate %}

{% csrf_token %} {% include "common/forms/errors.html" %} {% include "orga/includes/event_scope_fields.html" %} {% include "orga/includes/submit_row.html" %}
{% endblock content %}