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' %}