minimal allauth support
[wolnelektury.git] / wolnelektury / templates / auth / login.html
diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html
new file mode 100644 (file)
index 0000000..553e873
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "ajaxable/form.html" %}
+{% load i18n %}
+
+{% block extra %}
+
+<h2>{% trans "or join accounts:" %}</h2>
+
+<ul class="socialauth">
+{% include "socialaccount/snippets/provider_list.html" %}
+</ul>
+
+{% endblock %}
+
+