X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..9c5d9a4e77a10b4e60d89d3890e49002bd7f3993:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 6db94aa22..a168ff7f8 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,24 +1,25 @@ {% extends "base.html" %} +{% load i18n %} -{% block title %}Zaloguj / Zarejestruj się w WolneLektury.pl{% endblock %} +{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %} {% block body %} -

Zaloguj się / Załóż konto

+

{% trans "Sign in" %} / {% trans "Register"%}

-

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

    +

  • {{ search_form.q }}
  • {% trans "or" %} {% trans "return to main page" %}

    -

    Zaloguj się

    +

    {% trans "Sign in" %}

      {{ form.as_ul }} -
    1. +

    - +
    -

    Załóż konto

    +

    {% trans "Register" %}

    -

    +

    {% endblock %}