{% extends 'oauth/authorize.html' %} {% from 'message_box.html' import message_box %} {% block auth_content %} {% call message_box('error') %}
{% trans -%} There was an error during the OAuth authorization process: {%- endtrans %}
{{ error }}
{% endcall %} {% endblock %}