X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..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 31d137cdc..000000000 --- a/src/wolnelektury/templates/auth/login_register.html +++ /dev/null @@ -1,21 +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 %}