X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..a6db1ef5159ff618a9d1a78ff14fd705a106c130:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 6db94aa22..ba5385a13 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,24 +1,17 @@ -{% extends "base.html" %} +{% load i18n %} +

{{ title }}

-{% block title %}Zaloguj / Zarejestruj się w WolneLektury.pl{% endblock %} +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot your password?" %}
  2. +
  3. +
+
-{% block body %} -

Zaloguj się / Załóż konto

-
-

  • {{ search_form.q }}
  • lub wróć do strony głównej

    -
    -
    -

    Zaloguj się

    -
      - {{ form.as_ul }} -
    1. -
    -

    -
    - -
    -

    Załóż konto

    +

    {% trans "or merge accounts:" %}

    + +{% include "socialaccount/snippets/provider_list.html" %} -

    -
    -{% endblock %}