From cf8cb9a6a4fa8fd3e74e4d2e3b0b548b4e1d7727 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 1 Dec 2023 10:55:47 +0300 Subject: [PATCH] 0.0.286 --- templates/blocks/static_pages_blocks/b_about_service.html | 2 +- templates/blocks/static_pages_blocks/b_contacts.html | 2 +- templates/blocks/static_pages_blocks/b_customer_service.html | 2 +- .../w_feedback_form.html => forms/f_feedback_form.html} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename templates/{widgets/w_feedback_form.html => forms/f_feedback_form.html} (100%) diff --git a/templates/blocks/static_pages_blocks/b_about_service.html b/templates/blocks/static_pages_blocks/b_about_service.html index 2d23458..2b07365 100644 --- a/templates/blocks/static_pages_blocks/b_about_service.html +++ b/templates/blocks/static_pages_blocks/b_about_service.html @@ -60,7 +60,7 @@
- {% include "blocks/static_pages_blocks/../../widgets/w_feedback_form.html" %} + {% include "blocks/static_pages_blocks/../../widgets/../../forms/f_feedback_form.html" %}
diff --git a/templates/blocks/static_pages_blocks/b_contacts.html b/templates/blocks/static_pages_blocks/b_contacts.html index 8053240..f11ccfc 100644 --- a/templates/blocks/static_pages_blocks/b_contacts.html +++ b/templates/blocks/static_pages_blocks/b_contacts.html @@ -1,6 +1,6 @@ {% load i18n %} - {% include "blocks/static_pages_blocks/../../widgets/w_feedback_form.html" %} + {% include "blocks/static_pages_blocks/../../widgets/../../forms/f_feedback_form.html" %} diff --git a/templates/blocks/static_pages_blocks/b_customer_service.html b/templates/blocks/static_pages_blocks/b_customer_service.html index 4625e9f..86471f1 100644 --- a/templates/blocks/static_pages_blocks/b_customer_service.html +++ b/templates/blocks/static_pages_blocks/b_customer_service.html @@ -1,7 +1,7 @@ {% load i18n %} - {% include "blocks/static_pages_blocks/../../widgets/w_feedback_form.html" %} + {% include "blocks/static_pages_blocks/../../widgets/../../forms/f_feedback_form.html" %} diff --git a/templates/widgets/w_feedback_form.html b/templates/forms/f_feedback_form.html similarity index 100% rename from templates/widgets/w_feedback_form.html rename to templates/forms/f_feedback_form.html