diff --git a/project/templates/customer/profile/edit.html b/project/templates/customer/profile/edit.html index 629758b..a4604a3 100644 --- a/project/templates/customer/profile/edit.html +++ b/project/templates/customer/profile/edit.html @@ -33,6 +33,17 @@ {% if profile.is_ip %} +
+
+ Индивидуальный предприниматель +
+
+ + Остальные необходимые поля заполнятся по найденным данным +
+
+
+
Фамилия, Имя, Отчество @@ -273,7 +284,7 @@
- Файтический адрес{% if form.address.field.required %} *{% endif %} + Фактический адрес{% if form.address.field.required %} *{% endif %}
{{ form.address }} @@ -529,6 +540,117 @@ + + + + {% endblock %}