{% extends "authorise.html" %} {% block content %}

Click on this link to go to {{ provider }}'s webpage and grant permission to our application.

{% csrf_token %}
{% endblock %} {% block m %} {{ m|safe }} {% endblock %}