Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / templates / auth / register.html
diff --git a/apps/wolnelektury_core/templates/auth/register.html b/apps/wolnelektury_core/templates/auth/register.html
deleted file mode 100644 (file)
index 9d2c283..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% 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 %}