This commit is contained in:
SBD
2023-12-09 20:41:37 +03:00
parent 4b168eacac
commit 693bee3aae
6 changed files with 30 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
{% load static %}
<input type="checkbox" class="check_box_form_feedback" id="id_agreement" name="agreement" />
<label class="label_feedback_form_checkbox standart_txt" for="id_agreement">{{ feedback_form.agreement.label }}</label>
<div class="clear_both"></div>