X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..45696bbb638e45271f2c108616f7a9427cf87f7d:/src/wolnelektury/templates/auth/login_register.html diff --git a/src/wolnelektury/templates/auth/login_register.html b/src/wolnelektury/templates/auth/login_register.html index 80d3d232a..31d137cdc 100755 --- a/src/wolnelektury/templates/auth/login_register.html +++ b/src/wolnelektury/templates/auth/login_register.html @@ -4,21 +4,18 @@ {% load ssi_csrf_token from ssify %} {% block extra %} + {{ block.super }} -{{ block.super }} - -

{% trans "or register" %}:

- -
-{% ssi_csrf_token %} -{% render_honeypot_field %} -
    -
    - {{ register_form.as_ul }} -
  1. -
-
- +

{% trans "or register" %}:

+
+ {% ssi_csrf_token %} + {% render_honeypot_field %} +
    +
    + {{ register_form.as_ul }} +
  1. +
+
{% endblock %}