From 9da6855626484f503e5fd5c14a0484271f68bb99 Mon Sep 17 00:00:00 2001 From: Artur Galyamov Date: Wed, 28 Dec 2022 02:01:43 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D1=81=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=BE=D0=B9=20=D1=81=D1=81=D1=8B?= =?UTF-8?q?=D0=BB=D0=BA=D0=BE=D0=B9=20=D0=BF=D1=80=D0=B8=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8=20#28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/templates/articles/new.html | 19 +++++++++++++++---- cms/templates/base.html | 1 + 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cms/templates/articles/new.html b/cms/templates/articles/new.html index 6e71919..6666301 100644 --- a/cms/templates/articles/new.html +++ b/cms/templates/articles/new.html @@ -20,6 +20,7 @@ > Продвинуть +
{% endbuttons %} @@ -28,9 +29,19 @@ {% 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 14781ed..ad7334f 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -8,6 +8,7 @@ {% bootstrap_javascript %} {% bootstrap_messages %} + {% block content %}