This commit is contained in:
SBD
2023-12-09 22:01:03 +03:00
parent 730853a3de
commit 4d6abd08ba
6 changed files with 92 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
{% load static %}
<input type="checkbox" onclick="deleteErrorsInput(this)" class="check_box_form_feedback{% if feedback_form.errors.agreement %} error{% endif %}" id="id_agreement" name="agreement" {% if feedback_form.initial.agreement %}checked{% endif %} />
<input type="checkbox" onclick="deleteErrorsInput(this)" class="check_box_form_feedback{% if feedback_form.errors.agreement %} error{% endif %} el_form_feedback" id="id_agreement" name="agreement" {% if feedback_form.initial.agreement %}checked{% endif %} />
<label class="label_feedback_form_checkbox{% if feedback_form.errors.agreement %} error{% endif %} standart_txt" for="id_agreement">{{ feedback_form.agreement.label }}</label>
{% if feedback_form.errors.company %}<div class="error_input_html"></div>{% endif %}
<div class="clear_both"></div>