X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c8cbdedff9b723bd481e51d3aea771dd93fee7a..f9a071b288cec64a55000125a63b62a3b233c3fd:/src/wolnelektury/templates/registration/login.html diff --git a/src/wolnelektury/templates/registration/login.html b/src/wolnelektury/templates/registration/login.html index 691d3db3b..150988a28 100644 --- a/src/wolnelektury/templates/registration/login.html +++ b/src/wolnelektury/templates/registration/login.html @@ -1,50 +1,40 @@ -{% extends "2022/base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans 'Sign In' as title %} + {% title title %} +{% endblock %} + + +{% block sbreadcrumbs %} + Zaloguj się +{% endblock %} + +{% block stitle %}Zaloguj się{% endblock %} + {% block content %} -
- -
- -
-
-
-
-

Zaloguj się

-
-
-
-
-
-
-
- {% csrf_token %} - {{ form }} -
-
- -
-
- - {% trans "Forgot Password?" %} -
-
- - {% if USE_OPENID %} -

{% trans "Sign in using:" %}

- -
    - {% include "socialaccount/snippets/provider_list.html" %} -
- - {% include "socialaccount/snippets/login_extra.html" %} - {% endif %} - -
-
-
-
+

{{ title }}

+ +
+ {% csrf_token %} + {{ form }} + + + {% trans "Forgot Password?" %} + +

+ Nie masz jeszcze konta? + + {% if USE_OPENID %} +

{% trans "Sign in using:" %}

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