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