X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fviewutils.py;h=80b4f788ccf504a7caf2e20f692b6809711c50c8;hb=3528c308c23c63774cccf92e473abed0d85893e0;hp=374417e19d118225c69185ace92d27ce7e107521;hpb=68e0811883d0790679f0539300a230677f7b9743;p=myslice.git diff --git a/myslice/viewutils.py b/myslice/viewutils.py index 374417e1..80b4f788 100644 --- a/myslice/viewutils.py +++ b/myslice/viewutils.py @@ -2,11 +2,11 @@ from copy import deepcopy -standard_topmenu_items = [ { 'label':'Slice', 'href': '/slice/'}, - { 'label':'Scroll', 'href': '/scroll/'}, - { 'label':'Tab', 'href': '/tab/'}, - { 'label':'Plugin', 'href': '/plugin/'}, - ] +standard_topmenu_items = [ { 'label':'Plugin', 'href': '/plugin/'}, + { 'label':'Slice', 'href': '/slice/'}, + { 'label':'Scroll', 'href': '/scroll/'}, + { 'label':'Tab', 'href': '/tab/'}, + ] #login_out_items = { False: { 'label':'Login', 'href':'/login/'}, # True: { 'label':'Logout', 'href':'/logout/'}}