X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7d557155e2cd195f975e4559c353be5f28d7d66..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 index fef1f19de..000000000 --- a/src/wolnelektury/templates/auth/register.html +++ /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 %} - -{% comment %} -

{% trans "Sign in using:" %}

- - - -{% include "socialaccount/snippets/login_extra.html" %} -{% endcomment %} - -{% endblock %}