X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fslicerequestview.py;h=1f377d8471a62edf7b3429ab668f5e00fc3b32d2;hb=d08e5d9101b056425d1a00d2b7b434ee31eada74;hp=fc093d12aabdd292d95291314216c979340249f5;hpb=184706c86595e86187780b67b30f82a91e24223b;p=unfold.git diff --git a/portal/slicerequestview.py b/portal/slicerequestview.py index fc093d12..1f377d84 100644 --- a/portal/slicerequestview.py +++ b/portal/slicerequestview.py @@ -110,7 +110,8 @@ class SliceRequestView (LoginRequiredAutoLogoutView, ThemeView): 'user_hrn': user_hrn, 'cc_myself': True, 'authorities': authorities, - 'theme': self.theme + 'theme': self.theme, + 'section': "Slice request" } template_env.update(slice_request) template_env.update(page.prelude_env())