X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=669c4ca487984e1ea73263be042ef61e5c3a9dfa;hb=72e1b6fd2be568712a4be6eb5805e0f686030ea3;hp=99d74d29da2c52abf64862df3dffba35f7eef176;hpb=d111e84c0000b0ba4c3c18b5a4ab5af16fc34404;p=unfold.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index 99d74d29..669c4ca4 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -5,10 +5,9 @@ from copy import deepcopy standard_topmenu_items = [ { 'label':'Tab', 'href': '/tab/'}, { 'label':'Scroll', 'href': '/scroll/'}, - { 'label':'Slice', 'href': '/slice/'}, { 'label':'Plugin', 'href': '/plugin/'}, { 'label':'Dashboard', 'href': '/dashboard/'}, - { 'label':'Hazelnut', 'href': '/hazelnut/'}, + { 'label':'Slice', 'href': '/slice/'}, ] #login_out_items = { False: { 'label':'Login', 'href':'/login/'},