X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04d0cece8a2b35683f8792de333e3ea76ff51139..ce3795b6c4f878c496b4d46193e3379f8efb077b:/src/wolnelektury/templates/socialaccount/signup.html diff --git a/src/wolnelektury/templates/socialaccount/signup.html b/src/wolnelektury/templates/socialaccount/signup.html index 78df711bb..ef4d5fc45 100644 --- a/src/wolnelektury/templates/socialaccount/signup.html +++ b/src/wolnelektury/templates/socialaccount/signup.html @@ -1,6 +1,7 @@ {% extends "socialaccount/base.html" %} {% load i18n %} +{% load ajaxable_tags %} {% block head_title %}{% trans "Signup" %}{% endblock %} @@ -10,9 +11,13 @@

{% blocktrans with provider_name=account.get_provider.name site_name=site.name %}You are about to use your {{provider_name}} account to login to {{site_name}}. As a final step, please complete the following form:{% endblocktrans %}

-
+ {% csrf_token %} - {{ form.as_p }} + {% if redirect_field_value %} {% endif %}