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

{{ title }}

-{% block title %}Zaloguj / Zarejestruj się w WolneLektury.pl{% endblock %} +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot 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 "Sign in using:" %}

    -

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