X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c49f9cfb80c746034d7113883c7c355f547187e..472064a494a05ea575bb05f8613d69eba9b2a461:/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 new file mode 100644 index 000000000..d9fb6a17d --- /dev/null +++ b/src/wolnelektury/templates/auth/register_form.html @@ -0,0 +1,11 @@ +{% 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