diff --git a/templates/client/service/tour.html b/templates/client/service/tour.html index fe8c7378..148dec46 100644 --- a/templates/client/service/tour.html +++ b/templates/client/service/tour.html @@ -50,7 +50,7 @@ -
+
{% csrf_token %}
@@ -215,49 +215,48 @@
{% trans 'Ваши контактные данные' %}
-
+
{{ form.person_inf }} -
-
-
-
- {{ form.person_inf.errors }} +
+ {{ form.person_inf.errors }} + +
-
+
{{ form.country }} +
+ {{ form.country.errors }} + +
-
+
{{ form.city }} -
-
-
-
- {{ form.country.errors }} -
-
- {{ form.city.errors }} +
+ {{ form.city.errors }} + +
-
+
{{ form.phone }} +
+ {{ form.phone.errors }} + +
-
+
{{ form.person }} -
-
-
-
- {{ form.phone.errors }} -
-
- {{ form.person.errors }} +
+ {{ form.person.errors }} + +