{% extends "settings.html" %} {% block settings %} {% load i18n %} {% if form.errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %} {% if needs_auth %}
{% trans "OAuth authorization required. Please click 'Authorize Google Drive' to grant access." %}
{% endif %}
{% csrf_token %} {{form.as_p}}
{% endblock settings %}