X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..652e2d66d7f88cc6b857edc4aaac7e14a654eb36:/src/wolnelektury/templates/auth/login.html?ds=sidebyside diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html index 756b8ad31..d0713b0c8 100644 --- a/src/wolnelektury/templates/auth/login.html +++ b/src/wolnelektury/templates/auth/login.html @@ -4,23 +4,25 @@

{{ title }}

-{% ssi_csrf_token %} -
    + class="cuteform{% if placeholdize %} hidelabels{% endif %}"> + {% ssi_csrf_token %} +
      {{ form.as_ul }}
    1. {% trans "Forgot Password?" %}
    2. -
    +
+{% comment %}

{% trans "Sign in using:" %}

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