X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fplatformsview.py;fp=portal%2Fplatformsview.py;h=7e7d53a42d9fefd352b88a5502d4e306a78581fd;hb=4575bfd54a282e47ca302e1348a93391a1915bc0;hp=fee73976015c3fa6b98f3e0ddfad923d4ab156e1;hpb=558ebc92df5b77d9ca546de531a36efb90ae1569;p=myslice.git diff --git a/portal/platformsview.py b/portal/platformsview.py index fee73976..7e7d53a4 100644 --- a/portal/platformsview.py +++ b/portal/platformsview.py @@ -2,7 +2,7 @@ from manifold.core.query import Query from unfold.page import Page from unfold.loginrequired import FreeAccessView -from ui.topmenu import topmenu_items, the_user +from ui.topmenu import topmenu_items_live, the_user from plugins.querytable import QueryTable @@ -41,7 +41,7 @@ class PlatformsView(FreeAccessView): # more general variables expected in the template context['title'] = 'Platforms connected to MySlice' # the menu items on the top - context['topmenu_items'] = topmenu_items('Platforms', self.request) + context['topmenu_items'] = topmenu_items_live('Platforms', page) # so we can sho who is logged context['username'] = the_user(self.request)