{% extends "example/base.html" %} {% load url from future %} {% block content %}
Ok, here is the link you have to use to reach your authorization page and beg for an authorization token
Now click, give your authorization and see you later, possibly with an access token
{{ authorization_link }} {% else %}(At this point, you should have created an Application instance on your side, up and running.)
{% if not error %} {% endif %} {% endif %} {% endblock %}