This commit is contained in:
SBD
2024-01-10 22:35:48 +03:00
parent b8ca136862
commit 7a69b5734a

View File

@@ -8,3 +8,4 @@
</label> </label>
{% if feedback_form.errors.company %}<div class="error_input_html"></div>{% endif %} {% if feedback_form.errors.company %}<div class="error_input_html"></div>{% endif %}
<div class="clear_both"></div> <div class="clear_both"></div>
{% if feedback_form.errors.agreement %}<div class="error_input_html">{{ feedback_form.errors.agreement }}</div>{% endif %}