Authorize Application
{{ client_id }} wants to access your account.
{% if scopes %}This will allow the application to:
-
{% for scope in scopes %}
- {{ scope }} {% endfor %}
{% extends "auth/base.html" %} {% block title %}Authorize - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% endblock %}