{% extends "allianceauth/base-bs5.html" %} {% comment %} Overrides DOT's bare ``oauth2_provider/logout_confirm.html`` so the RP-initiated logout confirmation renders inside the Alliance Auth shell (Bootstrap 5) instead of DOT's standalone Bootstrap 2 page. DOT's ``RPInitiatedLogoutView`` (``template_name = "oauth2_provider/ logout_confirm.html"``) resolves this copy first because ``allianceauth_oidc`` precedes ``oauth2_provider`` in INSTALLED_APPS. The marker comment below is asserted by the render test to prove the override wins over DOT's own template. {% endcomment %} {% load i18n %} {% block page_title %}{% translate "Confirm Logout" %}{% endblock %} {% block content %}
{{ error.description }}
{% endif %}