X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c3017d22da6f0a990ee88417e6e79ed7450245c..a6db1ef5159ff618a9d1a78ff14fd705a106c130:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 2e80c55a3..ba5385a13 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,25 +1,17 @@ -{% extends "base.html" %} {% load i18n %} +

{{ title }}

-{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %} +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot your password?" %}
  2. +
  3. +
+
-{% 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" %}

    +

    {% trans "or merge accounts:" %}

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

    -
    -{% endblock %}