{% load apiv2_templatetags %} Freesound - authorize app
{% if not error %}

The application {{ application.name }} is requesting
permission to access your data.

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

(logged in as {{ user }}, login as another user)

{% else %}

Oops! there were some errors...

{% endif %}