X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fviews.py;h=8194ed88b7ef75f6c185e4ace19a34fc84430cd1;hb=2870580fcaad4c3f1a2b9fa75499dcd4f7297449;hp=3a719074a431da6dc318b7ff12a75c52eabbec23;hpb=4575bfd54a282e47ca302e1348a93391a1915bc0;p=unfold.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)