X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a6db1ef5159ff618a9d1a78ff14fd705a106c130..7605d3596bad00cbb815454faac690c6b06808f2:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index ba5385a13..7fbd570c0 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -6,12 +6,18 @@
    {{ form.as_ul }} -
  1. {% trans "Forgot your password?" %}
  2. +
  3. {% trans "Forgot Password?" %}
-

{% trans "or merge accounts:" %}

+

{% trans "Sign in using:" %}

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