X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5ab80aae5a42a5c6287dc0f50a90dc5a94ee5665..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/templates/auth/login.html diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html deleted file mode 100644 index d0713b0c8..000000000 --- a/src/wolnelektury/templates/auth/login.html +++ /dev/null @@ -1,28 +0,0 @@ -{% load i18n %} -{% load ssi_csrf_token from ssify %} - -

{{ title }}

- -
- {% ssi_csrf_token %} -
    -
    - {{ form.as_ul }} -
  1. {% trans "Forgot Password?" %}
  2. -
  3. -
-
- -{% comment %} -

{% trans "Sign in using:" %}

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