X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dd425f4b68f52cd5ac634104780cb48998af9562..92bcb49ab1a4bf73225b8dec1cf09fd6dff8a879:/wolnelektury/templates/auth/login.html?ds=inline diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index d3cf660dd..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" %}

- -
- - \ No newline at end of file +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot Password?" %}
  2. +
  3. +
+
+ +

{% trans "Sign in using:" %}

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