{% extends "base.html" %} {% block heading %}VKontakte application authentication{% endblock %} {% block content %} {% if user.is_anonymous %} {% if warning %}
GET request does not contain user_id and this is not something VKontakte usually does. Probably you do not use VKontakte to open this page. To do a real test you need to do following:
You are not authenticated at VKontakte.
Click to authenticate {% endif %} {% else %}Authenticated successfully as {{ user }}
Done {% endif %} {% endblock %}