remove old slice view, use this instead of haze
[unfold.git] / myslice / viewutils.py
index 99d74d2..669c4ca 100644 (file)
@@ -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/'},