{% extends "socialaccount/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block body %}

{% trans "Sign Up" %}

You are about to use your {{account.get_provider.name}} account to login to {{site.name}}. As a final step, please complete the following form:

{% csrf_token %}
{{ form|as_uni_form }} {% if redirect_field_value %} {% endif %}
{% endblock %}