From 1aba845ee11189c615f8dbb5dd13ef60116f8163 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sun, 26 Nov 2017 09:54:29 +0100 Subject: [PATCH] "Typo in menu" --- tetawebapp/tetawebapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetawebapp/tetawebapp.py b/tetawebapp/tetawebapp.py index 2bd6266..0e2d40e 100755 --- a/tetawebapp/tetawebapp.py +++ b/tetawebapp/tetawebapp.py @@ -44,7 +44,7 @@ def get_menu(page): menu = [[u'Home', {u'/': [u'/']}, 0], [u'Articles', {u'/articles': [u'/articles', u'/articles/']}, 0], [u'Basics', {u'/basics': [u'/basics']}, 0], - [u'Inputs', {u'inputs': [u'/inputs']}, 0], + [u'Inputs', {u'/inputs': [u'/inputs']}, 0], [u'Ajax', {u'/ajax': [u'/ajax']}, 0], [u'Database', {u'/database': [u'/database']}, 0], [u'Todo', {u'/todo': [u'/todo']}, 0],