X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fviews.py;h=8194ed88b7ef75f6c185e4ace19a34fc84430cd1;hb=7114aa9ee7ecf6e245c58b55c73eac455a6be53b;hp=3a719074a431da6dc318b7ff12a75c52eabbec23;hpb=4342bd2f4160349762df6b97bd6b4717c1d7c531;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)