X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 index 9f72af7d5..000000000 --- a/src/wolnelektury/templates/auth/register_form.html +++ /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 }} -
  • {{ form.data_processing }}
  • -{% endblock %} \ No newline at end of file