X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3186105f81a48c2c63aad4697537aed31ac2fd5c..7605d3596bad00cbb815454faac690c6b06808f2:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index a168ff7f8..7fbd570c0 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,25 +1,23 @@ -{% extends "base.html" %} {% load i18n %} +

{{ title }}

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

    -
    -

    {% trans "Register" %}

    + -

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