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

WolneLektury.pl - {% trans "Sign in" %} / {% trans "Register"%}

+
+

{% trans "Sign in" %}

+ +

+
-{% block title %}Zaloguj / Zarejestruj się w WolneLektury.pl{% endblock %} - -{% block body %} -

Zaloguj się / Załóż konto

-
-

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

    -
    -
    -

    Zaloguj się

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

    -
    - -
    -

    Załóż konto

    - -

    -
    -{% endblock %} +
    +

    {% trans "Register" %}

    + +
    + + \ No newline at end of file