From 69cb504252eb56ffaa45f230f9d17b50ad8e3f5f Mon Sep 17 00:00:00 2001 From: Artur Galyamov Date: Wed, 28 Dec 2022 02:42:53 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=D1=8F=D1=82=D1=81=D1=8F=20=D1=80=D1=8F?= =?UTF-8?q?=D0=B4=D0=BE=D0=BC=20=D0=B2=20=D1=81=D1=82=D1=80=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=20#28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/templates/articles/new.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/cms/templates/articles/new.html b/cms/templates/articles/new.html index 60963ae..6a79ee4 100644 --- a/cms/templates/articles/new.html +++ b/cms/templates/articles/new.html @@ -14,13 +14,19 @@ {% csrf_token %} {% bootstrap_form new_article_form %} {% buttons %} - -
+
+
+ +
+ +
+
+ {% endbuttons %} @@ -36,8 +42,8 @@ url: articleLink } const buttonType = { - type: "link", - text: 'Посмотреть' + type: "custom", + text: 'share icon' } document.getElementById('vkShare').innerHTML = VK.Share.button(gen, buttonType) }