X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5207c4d8ee23d6d5df532faa8103a34b1572e45f..7605d3596bad00cbb815454faac690c6b06808f2:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 204cce641..7fbd570c0 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,28 +1,23 @@ {% load i18n %} - - - - {% trans "Authorize Token" %} - - - - -

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

-
-

{% trans "Sign in" %}

- -

-
+

{{ title }}

-
-

{% trans "Register" %}

- -
- - +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot Password?" %}
  2. +
  3. +
+
+ +

{% trans "Sign in using:" %}

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