X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Fportalpage.py;h=f592444d426107ef9d08888469e0f8887742d26f;hp=b5470fd21e22d261d2b4ab45d45eca7a06374e64;hb=83f238a32f62a34370f24d69e85823c709d95627;hpb=f8a614d0271ddc3046e18d826df01f72a861257c diff --git a/portal/portalpage.py b/portal/portalpage.py index b5470fd2..f592444d 100644 --- a/portal/portalpage.py +++ b/portal/portalpage.py @@ -15,8 +15,8 @@ class PortalPage(Page): def render(self): template_env = {} - # define 'unfold1_main' to the template engine - the main contents - template_env [ 'unfold1_main' ] = "\n".join(self._content) + # define 'unfold_main' to the template engine - the main contents + template_env [ 'unfold_main' ] = "\n".join(self._content) # more general variables expected in the template template_env [ 'title' ] = 'Test view that combines various plugins'