{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}{% trans "Provide the OAuth details from your Slack app so the wizard can start the authorization flow." %}
{% if callback_host_error %}{% blocktrans with host=callback_host %}Slack authorization requires a domain-based callback URL. Configure this node with a hostname instead of {{ host }} to continue.{% endblocktrans %}
{% endif %}{{ callback_url }} as a Redirect URL in the Slack app's OAuth settings.{% endblocktrans %}