diff --git a/cms/templates/articles/new.html b/cms/templates/articles/new.html
index 8cb6193..6a79ee4 100644
--- a/cms/templates/articles/new.html
+++ b/cms/templates/articles/new.html
@@ -14,15 +14,43 @@
{% csrf_token %}
{% bootstrap_form new_article_form %}
{% buttons %}
-
+
+
+
+
+
+
+
+
{% endbuttons %}
-{% endblock content %}
\ No newline at end of file
+{% 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 ce7363c..14781ed 100644
--- a/cms/templates/base.html
+++ b/cms/templates/base.html
@@ -7,9 +7,12 @@
{% bootstrap_css %}
{% bootstrap_javascript %}
{% bootstrap_messages %}
+
{% block content %}
{% endblock content %}
+ {% block extra_scripts %}
+ {% endblock %}