{% set hide_left_bar = True %} {% extends g.theme.master %} {% block title %} Authorize third-party application? {% endblock %} {% block header %}Authorize third party application?{% endblock %} {% block content %}

The application {{ consumer.name }} wishes to access your account. If you grant them access, they will be able to perform any actions on the site as though they were logged in as you. Do you wish to grant them access?



{{consumer.name}}

Description

{{consumer.description_html|safe}} {% endblock %}