X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/472064a494a05ea575bb05f8613d69eba9b2a461..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 d9fb6a17d..000000000 --- a/src/wolnelektury/templates/auth/register_form.html +++ /dev/null @@ -1,11 +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 }} -{% endblock %} \ No newline at end of file