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

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

-
-

{% trans "Sign in" %}

- -

-
-
-

{% trans "Register" %}

- -
- - \ No newline at end of file +{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %} + +{% block body %} +

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

+
+

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

    +
    +
    +

    {% trans "Sign in" %}

    +
      + {{ form.as_ul }} +
    1. +
    +

    +
    + +
    +

    {% trans "Register" %}

    + +

    +
    +{% endblock %}