diff --git a/CHANGELOG.rst b/CHANGELOG.rst index defea1d1..d5c46121 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,7 @@ v0.2.5 (Upcoming) * [Feature] JS: `#147 `_ Avoiding double submit by disabling submit buttons on change form submit [Thanks to @adamJLev] * [Fix] Fixes `#150 `_ Incorrect menu is marked as active when multiple apps have models with same name +* [Fix] Fixes `#149 `_ Moved bootstrap.min.js to the to support bootstrap plugins by media js * See `commit log `_ and `closed issues `_ for full changes diff --git a/suit/templates/admin/base.html b/suit/templates/admin/base.html index 33a7a83f..2f140fb6 100644 --- a/suit/templates/admin/base.html +++ b/suit/templates/admin/base.html @@ -10,6 +10,7 @@ + {% if 'SHOW_REQUIRED_ASTERISK'|suit_conf %} {% endif %} @@ -203,7 +204,6 @@

{{ title }}

{% endif %} {% endblock %} - {% block extrajs %}{% endblock %}