{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block extrastyle %} {{ block.super }} {% include "admin/_object_tools_button_styles.html" %} {% endblock %} {% block object-tools-items %} {% if original and original.type == "api_key" or original and original.type == "webhook" %} {% blocktranslate asvar regenerate_confirm %}Regenerate the secret for this channel? The previous secret will stop working immediately.{% endblocktranslate %}
  • {% csrf_token %}
  • {% endif %} {{ block.super }} {% endblock %}