diff --git a/templates/client/service/translator.html b/templates/client/service/translator.html index 2cc9542a..45955a13 100644 --- a/templates/client/service/translator.html +++ b/templates/client/service/translator.html @@ -50,7 +50,7 @@
- {{ form.errors }} + {% comment %}{{ form.errors }}{% endcomment %}
{% csrf_token %}
@@ -62,11 +62,12 @@
- + +
- +
@@ -86,13 +87,21 @@
-
+
{{ form.fr }} +
+ {{ form.fr.errors }} + +
-
+
{{ form.to }} +
+ {{ form.to.errors }} + +
@@ -183,7 +192,7 @@
-
+
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css index 774d112b..e1985362 100644 --- a/templates/client/static_client/css/main.css +++ b/templates/client/static_client/css/main.css @@ -13761,3 +13761,15 @@ hr + .rq-note { background-position: -74px 0; } + +/**************************\ + # форма "отправить заявку" +\**************************/ +.period .pwf-field .error-blob{ + line-height: 18px; +} +.service-page .period .pwf-field.error-field:before{ + margin-right: 13px; + margin-top: -8px; +} +