From ad5ac696ca410590b14805fa0d46b6c139ecb3e7 Mon Sep 17 00:00:00 2001 From: NikDizell Date: Wed, 4 Mar 2026 16:10:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B7=D0=B0=D1=8F=D0=B2=D0=BA=D1=83=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B7=D0=B2=D0=BE=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/templates/blog/article_detail.html | 16 ++++++++++++++++ programmer/templates/programmer/base.html | 16 ---------------- programmer/templates/programmer/recall.html | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 16 deletions(-) diff --git a/blog/templates/blog/article_detail.html b/blog/templates/blog/article_detail.html index 1a7a1cb..2f7ab68 100644 --- a/blog/templates/blog/article_detail.html +++ b/blog/templates/blog/article_detail.html @@ -78,4 +78,20 @@ {% endblock %} + + + + + + {% endblock %} \ No newline at end of file diff --git a/programmer/templates/programmer/base.html b/programmer/templates/programmer/base.html index 32c308d..a9327f4 100644 --- a/programmer/templates/programmer/base.html +++ b/programmer/templates/programmer/base.html @@ -325,22 +325,6 @@ }); - - - - - - {% block extra_js %} diff --git a/programmer/templates/programmer/recall.html b/programmer/templates/programmer/recall.html index de0f551..28ec69b 100644 --- a/programmer/templates/programmer/recall.html +++ b/programmer/templates/programmer/recall.html @@ -88,4 +88,20 @@ {% endif %} + + + + + + {% endblock %} \ No newline at end of file