From 2a8fbc388be49719d0b95fd0b5aed46ad30de69f Mon Sep 17 00:00:00 2001 From: Jiri Kuncar Date: Tue, 24 Mar 2015 14:44:45 +0100 Subject: [PATCH] global: noscript warning addition * NEW Adds 'noscript' block to the page template to warn users with disabled JavaScript on their browser. (closes #1039) Signed-off-by: Jiri Kuncar --- invenio/base/templates/page_base.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }}