{% extends "base.html" %} {% block bodyclass %}NB-static NB-static-oauth{% endblock %} {% block extra_head_js %} {% endblock %} {% load i18n %} {% block content %}
Authorize {{ application.name }}
{% if not error %}

{{ application.name }} would like to access your NewsBlur account

{% csrf_token %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% endif %} {% endfor %}

{{ application.name }} is requesting these permissions:

{{ form.errors }} {{ form.non_field_errors }}
{% else %}

Error: {{ error.error }}

{{ error.description }}

{% endif %}
{% endblock %}