From cf3f6e953d5150d39a1f1a062e959ac4af450463 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Wed, 18 Jul 2018 18:54:54 +0300 Subject: [PATCH] fix title for mobile layout in registration form --- templates/registration/registration.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/registration/registration.html b/templates/registration/registration.html index d87a411..70c94e0 100644 --- a/templates/registration/registration.html +++ b/templates/registration/registration.html @@ -1,6 +1,5 @@ {% extends 'base.html' %} {% load static %} -{% load crispy_forms_tags %} {% block title %}{{ form.title }}{% endblock %} @@ -12,7 +11,7 @@ {% csrf_token %}
-
Регистрация
+
Регистрация
Данные о компании
@@ -25,6 +24,11 @@ {% endfor %}
+
+
+
Данные о компании
+
+
{% if company_form %} {% for field in company_form %} {% include 'bootstrap/forms/registration.html' %}