From 7179b6713781dcedede796ebc40983513bcc8576 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 30 Nov 2023 14:56:25 +0300 Subject: [PATCH] 0.0.278 --- templates/blocks/static_pages_blocks/b_advertisement.html | 2 +- templates/blocks/static_pages_blocks/b_feedback_form.html | 8 ++++---- templates/blocks/static_pages_blocks/b_partners.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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 @@