Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
diff --git a/src/wolnelektury/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html
new file mode 100644 (file)
index 0000000..9d2c283
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "ajaxable/form.html" %}
+{% load i18n %}
+
+
+{% block extra %}
+
+<h1>{% trans "Sign in using:" %}</h1>
+
+<ul class="socialaccount_providers">
+{% include "socialaccount/snippets/provider_list.html" %}
+</ul>
+
+{% include "socialaccount/snippets/login_extra.html" %}
+
+{% endblock %}