Remove old version.
[wolnelektury.git] / src / wolnelektury / templates / auth / register_form.html
diff --git a/src/wolnelektury/templates/auth/register_form.html b/src/wolnelektury/templates/auth/register_form.html
deleted file mode 100644 (file)
index 9f72af7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "ajaxable/form.html" %}
-{% 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 }}
-  <li><span class="helptext">{{ form.data_processing }}</span></li>
-{% endblock %}
\ No newline at end of file