{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% load bootstrap %} {% block wrapper %}
{% blocktrans trimmed with url=form.redirect_uri.value %} Authorizing will redirect to {{ url }} {% endblocktrans %}
{{ error.description }}