X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5c13a97ebf1e00928ae582737cd66fdcab2cfcec..a6db1ef5159ff618a9d1a78ff14fd705a106c130:/wolnelektury/templates/auth/login.html diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html index 553e873a0..ba5385a13 100644 --- a/wolnelektury/templates/auth/login.html +++ b/wolnelektury/templates/auth/login.html @@ -1,14 +1,17 @@ -{% extends "ajaxable/form.html" %} {% load i18n %} +

{{ title }}

-{% block extra %} +
+
    +
    + {{ form.as_ul }} +
  1. {% trans "Forgot your password?" %}
  2. +
  3. +
+
-

{% trans "or join accounts:" %}

+

{% trans "or merge accounts:" %}

- - -{% endblock %} -