X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c8cbdedff9b723bd481e51d3aea771dd93fee7a..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/wolnelektury/templates/registration/login.html?ds=sidebyside diff --git a/src/wolnelektury/templates/registration/login.html b/src/wolnelektury/templates/registration/login.html index 691d3db3b..a5a71d372 100644 --- a/src/wolnelektury/templates/registration/login.html +++ b/src/wolnelektury/templates/registration/login.html @@ -1,50 +1,40 @@ -{% extends "2022/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans 'Zaloguj się' as title %} + {% title title %} +{% endblock %} + + +{% block sbreadcrumbs %} + {% trans "Zaloguj się" %} +{% endblock %} + +{% block stitle %}{% trans "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 "Nie pamiętasz hasła?" %} + +

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

{% trans "Zaloguj się używając:" %}

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