X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6418d2fa37344e38f030d67af7db54a127fc17b3..263e2a71c685149e406d7bee1de93b362970a88f:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 6db94aa22..733314dac 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,24 +1,25 @@ +{% load i18n %} {% extends "base.html" %} -{% 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 %}