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) }