0.3.17 form check links
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<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 %} />
|
<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>
|
<label class="label_feedback_form_checkbox{% if feedback_form.errors.agreement %} error{% endif %} standart_txt" for="id_agreement">
|
||||||
|
Принимаю <a href="">Пользовательское соглашение</a> и соглашаюсь с <a href="">Условиями обработки личных данных</a>
|
||||||
|
</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>
|
||||||
Reference in New Issue
Block a user