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