X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fviews.py;h=8194ed88b7ef75f6c185e4ace19a34fc84430cd1;hb=6525a09c12184206e7e90578d2e48d9b15006dba;hp=3a719074a431da6dc318b7ff12a75c52eabbec23;hpb=03354b2ce4bcd8236b74c6ff71e719e60ae94a32;p=myslice.git diff --git a/portal/views.py b/portal/views.py index 3a719074..8194ed88 100644 --- a/portal/views.py +++ b/portal/views.py @@ -393,7 +393,7 @@ class ValidatePendingView(FreeAccessView): # more general variables expected in the template context['title'] = 'Test view that combines various plugins' # the menu items on the top - context['topmenu_items'] = topmenu_items('Validation', self.request) + context['topmenu_items'] = topmenu_items_live('Validation', page) # so we can sho who is logged context['username'] = the_user(self.request)