X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/templates/auth/login_register.html diff --git a/src/wolnelektury/templates/auth/login_register.html b/src/wolnelektury/templates/auth/login_register.html deleted file mode 100755 index 80d3d232a..000000000 --- a/src/wolnelektury/templates/auth/login_register.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "auth/login.html" %} -{% load i18n %} -{% load honeypot %} -{% load ssi_csrf_token from ssify %} - -{% block extra %} - -{{ block.super }} - -

{% trans "or register" %}:

- -
-{% ssi_csrf_token %} -{% render_honeypot_field %} -
    -
    - {{ register_form.as_ul }} -
  1. -
-
- - -{% endblock %}