Remove old version.
[wolnelektury.git] / src / wolnelektury / templates / auth / register.html
diff --git a/src/wolnelektury/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html
deleted file mode 100644 (file)
index 6849438..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% load i18n %}
-
-
-{% include "auth/register_form.html" %}
-
-{% if USE_OPENID %}
-  <div class="form-extra">
-    <h1>{% trans "Sign in using:" %}</h1>
-
-    <ul class="socialaccount_providers">
-      {% include "socialaccount/snippets/provider_list.html" %}
-    </ul>
-
-    {% include "socialaccount/snippets/login_extra.html" %}
-  </div>
-{% endif %}