diff --git a/view/Main_page.py b/view/Main_page.py index 990af50..0aa2b60 100644 --- a/view/Main_page.py +++ b/view/Main_page.py @@ -1,5 +1,5 @@ from Page import Page -from Tags import Input, Div, H2, H4, A +from Tags import Input, Div, Noscript, H2, H4, A from Search_form import Search_form from Link_area import Link_area from Toolbar import Toolbar @@ -44,6 +44,13 @@ class Main_page( Page ): Div( id = u"notes", ), + Noscript( + u""" + Luminotes is a personal wiki notebook for organizing your notes and ideas. It also + happens to require Javascript. So if you'd like to check out this site, please enable + Javascript in your web browser. Sorry for the inconvenience. + """, + ), id = u"center_area", ), id = u"center_and_toolbar_area",