rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / auth / login_register.html
diff --git a/wolnelektury/templates/auth/login_register.html b/wolnelektury/templates/auth/login_register.html
deleted file mode 100755 (executable)
index 394902a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "ajaxable/form.html" %}
-{% load i18n %}
-
-{% block extra %}
-
-<h2>{% trans "or join accounts:" %}</h2>
-
-<ul class="socialauth">
-{% include "socialaccount/snippets/provider_list.html" %}
-</ul>
-
-
-<h1>{% trans "or register" %}:</h1>
-
-<form action="{% url register %}" method="post" accept-charset="utf-8"
-       class="cuteform hidelabels">
-<ol>
-    <div id="id_register-__all__"></div>
-    {{ register_form.as_ul }}
-    <li><input type="submit" value="{{ register_submit }}"/></li>
-</ol>
-</form>
-
-
-{% endblock %}