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 967fc6f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends "ajaxable/form.html" %}
-{% load i18n %}
-{% load ajaxable_tags %}
-
-
-{% block form_fields %}
-  {{ form.username|pretty_field }}
-  {{ form.email|pretty_field }}
-  {{ form.password1|pretty_field }}
-  {{ form.password2|pretty_field }}
-  {{ form.agree_newsletter|pretty_checkbox }}
-{% endblock %}
-
-
-{% block extra %}
-
-{% if USE_OPENID %}
-<h1>{% trans "Sign in using:" %}</h1>
-
-<ul class="socialaccount_providers">
-  {% include "socialaccount/snippets/provider_list.html" %}
-</ul>
-
-{% include "socialaccount/snippets/login_extra.html" %}
-{% endif %}
-
-{% endblock %}