From ac9c382c4713af8a6fa255d69b95f60c3cfe8cf4 Mon Sep 17 00:00:00 2001 From: Artur Galyamov Date: Wed, 28 Dec 2022 02:22:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BF=D0=B8=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20jquery=20#28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit чтобы не подключать CDN. И не возиться со статикой, если подключать локально. --- cms/templates/articles/new.html | 19 +++++++++---------- cms/templates/base.html | 1 - 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/cms/templates/articles/new.html b/cms/templates/articles/new.html index a836664..161c1b7 100644 --- a/cms/templates/articles/new.html +++ b/cms/templates/articles/new.html @@ -29,19 +29,18 @@ {% endblock content %} {% block extra_scripts %} {% endblock %} \ No newline at end of file diff --git a/cms/templates/base.html b/cms/templates/base.html index ad7334f..14781ed 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -8,7 +8,6 @@ {% bootstrap_javascript %} {% bootstrap_messages %} - {% block content %}