diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 2585e7a..10f0fae 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -558,7 +558,7 @@ body.n_scroll{ .description_form_feedback_txt{ margin-top: 30px; - margin-bottom: 110px; + margin-bottom: 135px; color: #000000; width: 100%; overflow-wrap: break-word; diff --git a/templates/widgets/elements_form_feedback.html b/templates/widgets/elements_form_feedback.html index 172ddee..4764da1 100644 --- a/templates/widgets/elements_form_feedback.html +++ b/templates/widgets/elements_form_feedback.html @@ -12,9 +12,10 @@ {% if feedback_form.errors.contacts %}
{{ feedback_form.errors.contacts }}
{% endif %} - -
- - - {% if feedback_form.errors.description %}
{{ feedback_form.errors.description }}
{% endif %} -
\ No newline at end of file +{% if not page.page_scheme == 'plugin' %} +
+ + + {% if feedback_form.errors.description %}
{{ feedback_form.errors.description }}
{% endif %} +
+{% endif %} \ No newline at end of file