diff --git a/invenio/base/templates/page_base.html b/invenio/base/templates/page_base.html index dcd03700c8..9a52ed7723 100644 --- a/invenio/base/templates/page_base.html +++ b/invenio/base/templates/page_base.html @@ -124,6 +124,14 @@

{{ title }}

{% endif %} {% endblock title %} + {% block noscript %} + + {% endblock %} {{ flashed_messages() }} {%- block body %} {{ body }}