X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/371fe39119227a1a62403d0cce417740e8b82e1a..7605d3596bad00cbb815454faac690c6b06808f2:/wolnelektury/templates/auth/register.html diff --git a/wolnelektury/templates/auth/register.html b/wolnelektury/templates/auth/register.html new file mode 100644 index 000000000..9d2c28363 --- /dev/null +++ b/wolnelektury/templates/auth/register.html @@ -0,0 +1,15 @@ +{% extends "ajaxable/form.html" %} +{% load i18n %} + + +{% block extra %} + +

{% trans "Sign in using:" %}

+ + + +{% include "socialaccount/snippets/login_extra.html" %} + +{% endblock %}