diff --git a/templates/blocks/static_pages_blocks/b_advertisement.html b/templates/blocks/static_pages_blocks/b_advertisement.html index dbc4093..e74accc 100644 --- a/templates/blocks/static_pages_blocks/b_advertisement.html +++ b/templates/blocks/static_pages_blocks/b_advertisement.html @@ -55,7 +55,7 @@
- + {% if form.tel and form.errors.tel %} {{ form.errors.tel }} {% endif %} diff --git a/templates/blocks/static_pages_blocks/b_feedback_form.html b/templates/blocks/static_pages_blocks/b_feedback_form.html index 3dc95c1..f3da64b 100644 --- a/templates/blocks/static_pages_blocks/b_feedback_form.html +++ b/templates/blocks/static_pages_blocks/b_feedback_form.html @@ -20,7 +20,7 @@ >
- + {% if form.username and form.errors.username %} {{ form.errors.username }} {% endif %} @@ -34,7 +34,7 @@
- + {% if form.tel and form.errors.tel %} {{ form.errors.tel }} {% endif %} @@ -44,7 +44,7 @@