{% load socialregistration_tags %}

Setup

{% if error %}

Your session timed out. Please try again.

{% else %}
{{ form }}
{% social_csrf_token %}
{% endif %}