From 79f628e4d8863c68349161a3144dcbc759aba86a Mon Sep 17 00:00:00 2001 From: NikDizell Date: Tue, 23 Jun 2026 18:27:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/templates/products/product_detail.html | 2 +- programmer/templates/programmer/about.html | 2 +- programmer/templates/programmer/base.html | 7 ++++++- programmer/templates/programmer/index.html | 2 +- programmer/templates/programmer/recall.html | 4 ++-- programmer/templates/programmer/solution.html | 4 ++-- programmer/templates/programmer/solution_detail.html | 2 +- 7 files changed, 14 insertions(+), 9 deletions(-) diff --git a/products/templates/products/product_detail.html b/products/templates/products/product_detail.html index 5e60ee9..fc3fd20 100644 --- a/products/templates/products/product_detail.html +++ b/products/templates/products/product_detail.html @@ -93,7 +93,7 @@ - + {% block extra_js %} diff --git a/programmer/templates/programmer/about.html b/programmer/templates/programmer/about.html index 32ecfa1..832b4da 100644 --- a/programmer/templates/programmer/about.html +++ b/programmer/templates/programmer/about.html @@ -226,6 +226,6 @@ } - + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/base.html b/programmer/templates/programmer/base.html index 9d71fbf..c8c7d77 100644 --- a/programmer/templates/programmer/base.html +++ b/programmer/templates/programmer/base.html @@ -135,7 +135,12 @@
{% endif %} - + {% block extra_js %} diff --git a/programmer/templates/programmer/recall.html b/programmer/templates/programmer/recall.html index 6b2a6cb..f03ede4 100644 --- a/programmer/templates/programmer/recall.html +++ b/programmer/templates/programmer/recall.html @@ -102,8 +102,8 @@ - - + + {% block extra_js %} diff --git a/programmer/templates/programmer/solution.html b/programmer/templates/programmer/solution.html index f5d67c6..cc71850 100644 --- a/programmer/templates/programmer/solution.html +++ b/programmer/templates/programmer/solution.html @@ -41,6 +41,6 @@ {% endblock %} {% block extra_js %} - - + + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/solution_detail.html b/programmer/templates/programmer/solution_detail.html index bf5677a..97e4512 100644 --- a/programmer/templates/programmer/solution_detail.html +++ b/programmer/templates/programmer/solution_detail.html @@ -105,5 +105,5 @@ } }); - + {% endblock %} \ No newline at end of file