diff --git a/cms/templates/articles/new.html b/cms/templates/articles/new.html index 8cb6193..6e71919 100644 --- a/cms/templates/articles/new.html +++ b/cms/templates/articles/new.html @@ -25,4 +25,12 @@ -{% 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 %}