diff --git a/templates/client/service/remotely.html b/templates/client/service/remotely.html index a18737e3..19ef94f7 100644 --- a/templates/client/service/remotely.html +++ b/templates/client/service/remotely.html @@ -56,7 +56,7 @@ -
+
{% csrf_token %}
@@ -90,49 +90,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.phone }} +
+ {{ form.phone.errors }} + +
-
+
{{ form.person }} -
-
-
-
- {{ form.phone.errors }} -
-
- {{ form.person.errors }} +
+ {{ form.person.errors }} + +