{% extends 'notes/base.html' %} {% block title %}Allow Access? | {{ block.super }}{% endblock %} {% block content %}

Allow Access?

Permitting this application to access {{ site.name }} will allow it to view, edit and delete your information on {{ site.name }}. Access can be revoked at any time on the Preferences page.

{{ form.oauth_token }} {{ form.oauth_callback }} {{ form.csrf_signature }}
or cancel
{% endblock %}