X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..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 c32df0f79..000000000 --- a/src/wolnelektury/templates/auth/login.html +++ /dev/null @@ -1,27 +0,0 @@ -{% load i18n %} - -

{{ title }}

- -
- {% csrf_token %} -
    -
    - {{ form.as_ul }} -
  1. {% trans "Forgot Password?" %}
  2. -
  3. -
-
- -{% if USE_OPENID %} -

{% trans "Sign in using:" %}

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