From 79e1b5ac2e8eacdd694ac1342b3953b109ec4ffc Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Sat, 21 Jul 2018 12:16:46 +0300 Subject: [PATCH] fix registration mobile layout --- templates/bootstrap/forms/registration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bootstrap/forms/registration.html b/templates/bootstrap/forms/registration.html index 2320687..9a5e0e0 100644 --- a/templates/bootstrap/forms/registration.html +++ b/templates/bootstrap/forms/registration.html @@ -3,7 +3,7 @@ {% spaceless %}
-
+
{% if "captcha" in field.id_for_label %} {{ field.field.widget.image_and_audio|safe }} {% elif "agreement" in field.id_for_label %} @@ -17,7 +17,7 @@ {{ field.label }}{% if field.field.required %}*{% endif %} {% endif %}
-
+
{% if "captcha" in field.id_for_label %} {{ field.field.widget.hidden_field|safe }}